From 6f7821a82dcfc2d62bfcec70ac08023dfee62499 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Wed, 17 Nov 2010 17:55:18 +0000 Subject: [PATCH] Remove unused variables --- ext/zip/zip_stream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/zip/zip_stream.c b/ext/zip/zip_stream.c index 68ef375d3a..7ba365424f 100644 --- a/ext/zip/zip_stream.c +++ b/ext/zip/zip_stream.c @@ -104,7 +104,6 @@ static int php_zip_ops_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_D size_t file_basename_len; char file_dirname[MAXPATHLEN]; struct zip *za; - struct zip_file *zf = NULL; char *fragment; int fragment_len; int err; -- 2.40.0