Browse Source

Nuke vars no longer needed

PEAR_1_4DEV
Marcus Boerger 23 years ago
parent
commit
3efe102a48
  1. 3
      Zend/zend_builtin_functions.c

3
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;

Loading…
Cancel
Save