diff options
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r-- | Zend/zend_API.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 45e869c4cc..de717af81e 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -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; |