1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

- Removed unused variable

This commit is contained in:
Felipe Pena
2013-11-19 08:49:44 -02:00
parent 7c077f7040
commit e863e71234
+2 -3
View 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);
}