We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2ba92 commit 58f2cc0Copy full SHA for 58f2cc0
1 file changed
ext/opcache/zend_persist.c
@@ -1130,8 +1130,6 @@ zend_class_entry *zend_persist_class_entry(zend_class_entry *orig_ce)
1130
ZEND_ASSERT(ce->backed_enum_table == NULL);
1131
1132
if (ce->num_friends) {
1133
- uint32_t i = 0;
1134
-
1135
for (uint32_t i = 0; i < ce->num_friends; i++) {
1136
zend_accel_store_interned_string(ce->friend_names[i].name);
1137
zend_accel_store_interned_string(ce->friend_names[i].lc_name);
0 commit comments