From: Ilia Alshanetsky Date: Wed, 12 Nov 2008 00:10:24 +0000 (+0000) Subject: Removed unused vars X-Git-Tag: php-5.3.0alpha2~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681515b3df191648d0e7cc3ee3b53db3645b93e0;p=php Removed unused vars --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 7c5cfb55bd..49ae04a892 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1534,7 +1534,6 @@ int zend_do_begin_function_call(znode *function_name, zend_bool check_namespace { zend_function *function; char *lcname; - int prefix_len = 0; char *is_compound = memchr(Z_STRVAL(function_name->u.constant), '\\', Z_STRLEN(function_name->u.constant)); zend_resolve_non_class_name(function_name, check_namespace TSRMLS_CC); @@ -3879,7 +3878,6 @@ void zend_do_fetch_constant(znode *result, znode *constant_container, znode *con int type; char *compound; ulong fetch_type = 0; - int unknown_should_fail = 0; if (constant_container) { switch (mode) {