]> granicus.if.org Git - php/commitdiff
remove successive assignment
authorAnatol Belski <ab@php.net>
Mon, 6 Oct 2014 09:45:23 +0000 (11:45 +0200)
committerAnatol Belski <ab@php.net>
Mon, 6 Oct 2014 09:45:23 +0000 (11:45 +0200)
ext/zlib/zlib_filter.c

index 6966c2a9ff1f09cd6f67bc59322512977cef5be8..45ef2a8f7d77c80500570a27729c7504960e5a81 100644 (file)
@@ -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) {