From: Marcus Boerger Date: Fri, 23 Sep 2005 23:02:29 +0000 (+0000) Subject: - Remove unused variable X-Git-Tag: RELEASE_0_9_0~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6265c1623f2158e9bcbcc887391dfca85b7982ba;p=php - Remove unused variable --- diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index 3caac21203..22651b487f 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.c @@ -843,7 +843,6 @@ static void _extension_string(string *str, zend_module_entry *module, char *inde { string str_constants; - string sub_indent; int num_constants = 0; string_init(&str_constants); diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 3caac21203..22651b487f 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -843,7 +843,6 @@ static void _extension_string(string *str, zend_module_entry *module, char *inde { string str_constants; - string sub_indent; int num_constants = 0; string_init(&str_constants);