mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove superfluous branch
This commit is contained in:
parent
660250f4da
commit
b1301a0686
1 changed files with 0 additions and 1 deletions
|
@ -291,7 +291,6 @@ static uint32_t zend_array_recalc_elements(HashTable *ht)
|
|||
uint32_t num = ht->nNumOfElements;
|
||||
|
||||
ZEND_HASH_FOREACH_VAL(ht, val) {
|
||||
if (Z_TYPE_P(val) == IS_UNDEF) continue;
|
||||
if (Z_TYPE_P(val) == IS_INDIRECT) {
|
||||
if (UNEXPECTED(Z_TYPE_P(Z_INDIRECT_P(val)) == IS_UNDEF)) {
|
||||
num--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue