1
0
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:
Andrei Zmievski
2001-05-09 20:37:16 +00:00
parent 41aebd058e
commit 555fa77930
-2
View File
@@ -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;