diff options
author | foobar <sniper@php.net> | 2003-08-11 01:56:43 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-11 01:56:43 +0000 |
commit | e9eb29011cd3832a90678a4e382fd94c675606b2 (patch) | |
tree | 4e05485fedc64ad6b14b3547b561fc91fc879859 /ext/zlib | |
parent | b5184a6fb0a12569e61cabf299ffb857c12331f7 (diff) | |
download | php-git-e9eb29011cd3832a90678a4e382fd94c675606b2.tar.gz |
Nuke unused variable
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/zlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index c745cec3b0..6117a56608 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -326,7 +326,6 @@ PHP_FUNCTION(gzopen) { zval **arg1, **arg2, **arg3; php_stream *stream; - char *p; int use_include_path = 0; switch (ZEND_NUM_ARGS()) { |