Removed unused variable

This commit is contained in:
Andrea Faulds 2014-08-17 20:21:12 +01:00
parent 6d187d53ae
commit 3f468cd1c7

View file

@ -74,7 +74,6 @@ ZEND_METHOD(Closure, call) /* {{{ */
zend_closure *closure;
zend_fcall_info fci;
zend_fcall_info_cache fci_cache;
char *error;
zval *my_params;
zend_uint my_param_count = 0;