From: foobar Date: Mon, 11 Aug 2003 01:57:10 +0000 (+0000) Subject: MFH: nuked unused variable X-Git-Tag: php-4.3.3RC4~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d8beb77f696882c05de2a92a1bcb30c8ba451f5;p=php MFH: nuked unused variable --- diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 81a5bb59d2..99bc86076b 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -330,7 +330,6 @@ PHP_FUNCTION(gzopen) { pval **arg1, **arg2, **arg3; php_stream *stream; - char *p; int use_include_path = 0; switch(ZEND_NUM_ARGS()) {