]> granicus.if.org Git - php/commitdiff
MFH: nuked unused variable
authorfoobar <sniper@php.net>
Mon, 11 Aug 2003 01:57:10 +0000 (01:57 +0000)
committerfoobar <sniper@php.net>
Mon, 11 Aug 2003 01:57:10 +0000 (01:57 +0000)
ext/zlib/zlib.c

index 81a5bb59d24636cf3e8b3dc8e00fc960509e4423..99bc86076b26a1439af8a8f73331553dcd5ebd45 100644 (file)
@@ -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()) {