Skip to content

Commit 58f2cc0

Browse files
unused variable
1 parent ce2ba92 commit 58f2cc0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ext/opcache/zend_persist.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,8 +1130,6 @@ zend_class_entry *zend_persist_class_entry(zend_class_entry *orig_ce)
11301130
ZEND_ASSERT(ce->backed_enum_table == NULL);
11311131

11321132
if (ce->num_friends) {
1133-
uint32_t i = 0;
1134-
11351133
for (uint32_t i = 0; i < ce->num_friends; i++) {
11361134
zend_accel_store_interned_string(ce->friend_names[i].name);
11371135
zend_accel_store_interned_string(ce->friend_names[i].lc_name);

0 commit comments

Comments
 (0)