mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
remove successive assignment
This commit is contained in:
parent
43f3d250f4
commit
8d4ee9fbaa
1 changed files with 0 additions and 2 deletions
|
@ -76,8 +76,6 @@ static php_stream_filter_status_t php_zlib_inflate_filter(
|
|||
while (buckets_in->head) {
|
||||
size_t bin = 0, desired;
|
||||
|
||||
bucket = buckets_in->head;
|
||||
|
||||
bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC);
|
||||
|
||||
while (bin < (unsigned int) bucket->buflen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue