summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-09-18 17:13:59 +0000
committerMarcus Boerger <helly@php.net>2003-09-18 17:13:59 +0000
commit3efe102a4801a36f5515e8166c967ac595b4876e (patch)
treed7c65bfe0779bd6075097ae53436368b95f921b3 /Zend
parentcd021cfb3a4a332ece1fc37d73d8b12a4ec610ba (diff)
downloadphp-git-3efe102a4801a36f5515e8166c967ac595b4876e.tar.gz
Nuke vars no longer needed
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_builtin_functions.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c
index c4330f0539..4d4a867603 100644
--- a/Zend/zend_builtin_functions.c
+++ b/Zend/zend_builtin_functions.c
@@ -719,9 +719,6 @@ ZEND_FUNCTION(get_class_methods)
zval **class;
zval *method_name;
zend_class_entry *ce = NULL, **pce;
- char *string_key;
- ulong num_key;
- int key_type;
HashPosition pos;
zend_function *mptr;