summaryrefslogtreecommitdiff
path: root/Zend/zend_reflection_api.c
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 /Zend/zend_reflection_api.c
parent23d0387eaee2538c5cfc5e734d9a75c6d22463fc (diff)
downloadphp-git-6265c1623f2158e9bcbcc887391dfca85b7982ba.tar.gz
- Remove unused variable
Diffstat (limited to 'Zend/zend_reflection_api.c')
-rw-r--r--Zend/zend_reflection_api.c1
1 files changed, 0 insertions, 1 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);