]> granicus.if.org Git - php/commitdiff
- Removed unused variable
authorFelipe Pena <felipensp@gmail.com>
Tue, 19 Nov 2013 10:49:44 +0000 (08:49 -0200)
committerFelipe Pena <felipensp@gmail.com>
Tue, 19 Nov 2013 10:49:44 +0000 (08:49 -0200)
phpdbg_prompt.c

index 48af2821376a6ba897b4ec96ee06b183449c17ef..d39ae8ef857ca47db58e28e4f77590d43eb9ba2c 100644 (file)
@@ -952,7 +952,6 @@ int phpdbg_interactive(TSRMLS_D) /* {{{ */
                                                if (zend_hash_exists(&PHPDBG_G(registered), cmd, strlen(cmd))) {
                                                        zval fname, *fretval, *farg = NULL;
                                                        zend_fcall_info fci;
-                                                       zend_fcall_info_cache fcic;
 
                                                        zval **params[1];
 
@@ -1018,14 +1017,14 @@ int phpdbg_interactive(TSRMLS_D) /* {{{ */
                        if (start) {
                                efree(start);
                        }
-                               
+
                        if (PHPDBG_G(lcmd)) {
                                ret = PHPDBG_G(lcmd)->handler(
                                                &PHPDBG_G(lparam) TSRMLS_CC);
                                goto out;
                        }
                }
-               
+
                if (start) {
                        efree(start);
                }