diff options
-rw-r--r-- | Zend/zend_hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c index 2c06d57c5f..274f37a583 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -1197,7 +1197,6 @@ ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const p = pos ? (*pos) : ht->pInternalPointer; IS_CONSISTENT(ht); - CHECK_INIT(ht); if (p) { if (key_type == HASH_KEY_IS_LONG) { |