diff options
author | Marcus Boerger <helly@php.net> | 2003-09-18 17:13:59 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-09-18 17:13:59 +0000 |
commit | 3efe102a4801a36f5515e8166c967ac595b4876e (patch) | |
tree | d7c65bfe0779bd6075097ae53436368b95f921b3 /Zend | |
parent | cd021cfb3a4a332ece1fc37d73d8b12a4ec610ba (diff) | |
download | php-git-3efe102a4801a36f5515e8166c967ac595b4876e.tar.gz |
Nuke vars no longer needed
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/zend_builtin_functions.c | 3 |
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; |