Skip to content

Commit bc06da0

Browse files
committed
Remove unused variables from zend_lookup_class_ex
1 parent f13b4ff commit bc06da0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Zend/zend_execute_API.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -922,12 +922,7 @@ int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /
922922
ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, const zval *key, int use_autoload) /* {{{ */
923923
{
924924
zend_class_entry *ce = NULL;
925-
zval args[1];
926-
zval local_retval;
927-
int retval;
928925
zend_string *lc_name;
929-
zend_fcall_info fcall_info;
930-
zend_fcall_info_cache fcall_cache;
931926

932927
if (key) {
933928
lc_name = Z_STR_P(key);

0 commit comments

Comments
 (0)