]> granicus.if.org Git - php/commitdiff
No need to initialize it
authorXinchen Hui <laruence@php.net>
Thu, 26 Jun 2014 10:10:18 +0000 (18:10 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 26 Jun 2014 10:10:18 +0000 (18:10 +0800)
Zend/zend_API.c

index ab60f41a51f47e1dbbf50d5b1c0752996ee5c9b9..1568374f4eeaf9a373749014e4929e66d7e6fa32 100644 (file)
@@ -2852,7 +2852,7 @@ static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fca
        fcc->function_handler = NULL;
 
        if (!ce_org) {
-               zend_string *lmname = NULL;
+               zend_string *lmname;
 
                /* Skip leading \ */
                if (UNEXPECTED(Z_STRVAL_P(callable)[0] == '\\')) {