Skip to content

Commit a7b8131

Browse files
committed
Drop unused variable
1 parent c625150 commit a7b8131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_execute_API.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ void shutdown_executor(void) /* {{{ */
340340
zend_string_release_ex(key, 0);
341341
} ZEND_HASH_FOREACH_END_DEL();
342342
ZEND_HASH_REVERSE_FOREACH_STR_KEY_VAL(EG(class_table), key, zv) {
343-
zend_class_entry *ce = Z_PTR_P(zv);
344343
if (_idx == EG(persistent_classes_count)) {
345344
break;
346345
}

0 commit comments

Comments
 (0)