summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2016-04-27 13:46:38 +0300
committerDmitry Stogov <dmitry@zend.com>2016-04-27 13:46:38 +0300
commitf0a2e8eb13b3971ec11baa2a6029ed7c4cb0064b (patch)
treeeac694e9f9f4f521947d7b27a51db7bd83e30c70 /sapi/phpdbg/phpdbg_prompt.c
parent1a154c7db5685361a14e4f2985a292f6cfc3a7bf (diff)
downloadphp-git-f0a2e8eb13b3971ec11baa2a6029ed7c4cb0064b.tar.gz
Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used.
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
-rw-r--r--sapi/phpdbg/phpdbg_prompt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c
index ac86c15629..a9fd351ffd 100644
--- a/sapi/phpdbg/phpdbg_prompt.c
+++ b/sapi/phpdbg/phpdbg_prompt.c
@@ -120,7 +120,6 @@ static inline int phpdbg_call_register(phpdbg_param_t *stack) /* {{{ */
ZVAL_STRINGL(&fci.function_name, lc_name, name->len);
fci.size = sizeof(zend_fcall_info);
- fci.function_table = &PHPDBG_G(registered);
//???fci.symbol_table = zend_rebuild_symbol_table();
fci.object = NULL;
fci.retval = &fretval;