]> granicus.if.org Git - php/commitdiff
Nuke unused variable
authorMarcus Boerger <helly@php.net>
Wed, 27 Aug 2003 20:48:41 +0000 (20:48 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 27 Aug 2003 20:48:41 +0000 (20:48 +0000)
# I should have taken Timm's patch

Zend/zend_reflection_api.c
ext/reflection/php_reflection.c

index c44496283f8e76f11fd5a87dd3da39dea61318a7..bded90fd0bdf1ae3c1de9905f14753157d9882c7 100644 (file)
@@ -1583,7 +1583,6 @@ ZEND_METHOD(reflection_class, newinstance)
        /* Run the constructor if there is one */
        if (ce->constructor) {
                zval ***params;
-               zval *fname;
                zend_fcall_info fci;
                zend_fcall_info_cache fcc;
 
index c44496283f8e76f11fd5a87dd3da39dea61318a7..bded90fd0bdf1ae3c1de9905f14753157d9882c7 100644 (file)
@@ -1583,7 +1583,6 @@ ZEND_METHOD(reflection_class, newinstance)
        /* Run the constructor if there is one */
        if (ce->constructor) {
                zval ***params;
-               zval *fname;
                zend_fcall_info fci;
                zend_fcall_info_cache fcc;