From: Anatol Belski Date: Mon, 6 Oct 2014 09:45:23 +0000 (+0200) Subject: remove successive assignment X-Git-Tag: POST_NATIVE_TLS_MERGE^2~82^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d4ee9fbaabd00878190b8ae227dbbefc62b08fc;p=php remove successive assignment --- diff --git a/ext/zlib/zlib_filter.c b/ext/zlib/zlib_filter.c index 6966c2a9ff..45ef2a8f7d 100644 --- a/ext/zlib/zlib_filter.c +++ b/ext/zlib/zlib_filter.c @@ -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) {