Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Oct 10, 2024
1 parent 395b1ee commit 3ca9c83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,6 @@ static bool zlib_create_dictionary_string(HashTable *options, char **dict, size_
zend_string **end, **ptr = strings - 1;

ZEND_HASH_FOREACH_VAL(dictionary, cur) {
size_t i;

*++ptr = zval_get_string(cur);
ZEND_ASSERT(*ptr);
if (ZSTR_LEN(*ptr) == 0 || EG(exception)) {
Expand Down

0 comments on commit 3ca9c83

Please sign in to comment.