From: Felipe Pena Date: Tue, 19 Nov 2013 10:49:44 +0000 (-0200) Subject: - Removed unused variable X-Git-Tag: php-5.6.0alpha1~110^2~206^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e863e712346d294ded6347480814d43fdc176b7e;p=php - Removed unused variable --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 48af282137..d39ae8ef85 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -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); }