Browse Source

Removed redundant check

experimental/with_scalar_types
Dmitry Stogov 16 years ago
parent
commit
25d6aee4fb
  1. 1
      Zend/zend_hash.c

1
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) {

Loading…
Cancel
Save