summaryrefslogtreecommitdiff
path: root/ext/soap
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 /ext/soap
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 'ext/soap')
-rw-r--r--ext/soap/soap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index fcfa2511eb..c842ce5119 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -953,7 +953,6 @@ PHP_METHOD(SoapFault, __toString)
line = zend_read_property(soap_fault_class_entry, this_ptr, "line", sizeof("line")-1, 1, &rv4);
fci.size = sizeof(fci);
- fci.function_table = &Z_OBJCE_P(getThis())->function_table;
ZVAL_STRINGL(&fci.function_name, "gettraceasstring", sizeof("gettraceasstring")-1);
fci.object = Z_OBJ(EX(This));
fci.retval = &trace;