From 6265c1623f2158e9bcbcc887391dfca85b7982ba Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 23 Sep 2005 23:02:29 +0000 Subject: [PATCH] - Remove unused variable --- Zend/zend_reflection_api.c | 1 - ext/reflection/php_reflection.c | 1 - 2 files changed, 2 deletions(-) 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); -- 2.50.1