summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-11 01:56:43 +0000
committerfoobar <sniper@php.net>2003-08-11 01:56:43 +0000
commite9eb29011cd3832a90678a4e382fd94c675606b2 (patch)
tree4e05485fedc64ad6b14b3547b561fc91fc879859 /ext/zlib
parentb5184a6fb0a12569e61cabf299ffb857c12331f7 (diff)
downloadphp-git-e9eb29011cd3832a90678a4e382fd94c675606b2.tar.gz
Nuke unused variable
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/zlib.c1
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()) {