mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Nuke unused variable.
This commit is contained in:
@@ -945,8 +945,6 @@ zend_bool zend_is_callable(zval *callable, zend_bool syntax_only, char **callabl
|
||||
Z_TYPE_PP(method) == IS_STRING) {
|
||||
|
||||
if (Z_TYPE_PP(obj) == IS_STRING) {
|
||||
int found;
|
||||
|
||||
if (callable_name) {
|
||||
char *ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user