]> granicus.if.org Git - php/commitdiff
Remove the unused vars
authorWei Dai <demon@php.net>
Thu, 5 Mar 2015 07:55:30 +0000 (15:55 +0800)
committerWei Dai <demon@php.net>
Thu, 5 Mar 2015 07:55:30 +0000 (15:55 +0800)
Zend/zend_inheritance.c

index 31d8169de9abd800e62a17575916a65343cbe8d1..d6f4c90a966c648de4b209e48e54ed1757b736fe 100644 (file)
@@ -89,8 +89,6 @@ static zend_function *zend_duplicate_function(zend_function *func, zend_class_en
 
 static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */
 {
-       zend_function *function, *new_function;
-
        ZEND_ASSERT(ce->parent != NULL);
 
        /* You cannot change create_object */