]> granicus.if.org Git - php/commitdiff
Nuke unused variable, too
authorMarcus Boerger <helly@php.net>
Wed, 3 Sep 2003 20:28:13 +0000 (20:28 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 3 Sep 2003 20:28:13 +0000 (20:28 +0000)
Zend/zend_compile.c

index 87cb8deaa23163967ef6c6d0fa91177f1ed12d54..8edad424c6a3f7765832a9aac4d61f436bdda5c1 100644 (file)
@@ -1582,8 +1582,6 @@ ZEND_API void function_add_ref(zend_function *function)
 
 static void do_inherit_parent_constructor(zend_class_entry *ce)
 {
-       zend_function *function;
-
        if (!ce->parent) {
                return;
        }