From: Marcus Boerger Date: Wed, 3 Sep 2003 20:28:13 +0000 (+0000) Subject: Nuke unused variable, too X-Git-Tag: RELEASE_0_7~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5569d7fae99f61c8f5aee0c1a248ae30feb56be4;p=php Nuke unused variable, too --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 87cb8deaa2..8edad424c6 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -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; }