summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-09-23 23:02:29 +0000
committerMarcus Boerger <helly@php.net>2005-09-23 23:02:29 +0000
commit6265c1623f2158e9bcbcc887391dfca85b7982ba (patch)
treea1f3a92229079a6bc1ef30a7ff072429b4c93920
parent23d0387eaee2538c5cfc5e734d9a75c6d22463fc (diff)
downloadphp-git-6265c1623f2158e9bcbcc887391dfca85b7982ba.tar.gz
- Remove unused variable
-rw-r--r--Zend/zend_reflection_api.c1
-rw-r--r--ext/reflection/php_reflection.c1
2 files changed, 0 insertions, 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);