summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-07 23:09:09 +0000
committerZeev Suraski <zeev@php.net>1999-04-07 23:09:09 +0000
commitd1d96d04c631792089ca0d281733fc6c9df9102b (patch)
treecb71ce98f84af9787dbfa260a0e00e61526526a7 /Zend/zend_execute_API.c
parent18402e05b930866e9742bc7b5d90200172b18120 (diff)
downloadphp-git-d1d96d04c631792089ca0d281733fc6c9df9102b.tar.gz
Remove an unused variable
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index dc16c62e07..ca0157e28f 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -258,7 +258,6 @@ int call_user_function(HashTable *function_table, zval *object, zval *function_n
zend_function_state *original_function_state_ptr;
zend_op_array *original_op_array;
zend_op **original_opline_ptr;
- zval *this=NULL;
CLS_FETCH();
ELS_FETCH();