com php-src: Remove unused variable: Zend/zend_object_handl ers.c
[email protected] (Sara Golemon)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 1a84ecaca51ee3f8229e8a255832b853da38bdd5 Author: Sara Golemon <[email protected]> Thu, 2 Feb 2017 19:23:17 -0800 Parents: 984a6312e432f1cc32b53bed324c9b0ef16edb45 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1a84ecaca51ee3f8229e8a255832b853da38bdd5 Log: Remove unused variable Changed paths: M Zend/zend_object_handlers.c Diff: diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index 109f442..4ec90ba 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -1246,7 +1246,6 @@ static zend_always_inline zend_function *zend_get_user_callstatic_function(zend_ ZEND_API zend_function *zend_std_get_static_method(zend_class_entry *ce, zend_string *function_name, const zval *key) /* {{{ */ { zend_function *fbc = NULL; - char *lc_class_name; zend_string *lc_function_name; zend_object *object; zend_class_entry *scope;