Skip to content

Commit 6c98024

Browse files
committed
Drop unused is_self member
1 parent 2ca2d09 commit 6c98024

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/spl/spl_array.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,13 @@ typedef struct _spl_array_object {
6666
zval array;
6767
uint32_t ht_iter;
6868
int ar_flags;
69-
int is_self;
69+
unsigned char nApplyCount;
7070
zend_function *fptr_offset_get;
7171
zend_function *fptr_offset_set;
7272
zend_function *fptr_offset_has;
7373
zend_function *fptr_offset_del;
7474
zend_function *fptr_count;
7575
zend_class_entry* ce_get_iterator;
76-
unsigned char nApplyCount;
7776
zend_object std;
7877
} spl_array_object;
7978

0 commit comments

Comments
 (0)