From: Felipe Pena Date: Wed, 12 Nov 2008 17:26:19 +0000 (+0000) Subject: - Removed unused variables X-Git-Tag: BEFORE_HEAD_NS_CHANGE~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=330dc7f034f2b532829be73895cf3193c790ecb4;p=php - Removed unused variables --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 5cf53c26fb..35aadbd12a 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -99,9 +99,6 @@ static int le_zip_entry; static char * php_zip_make_relative_path(char *path, int path_len) /* {{{ */ { char *path_begin = path; - int prev_is_slash = 0; - char *e = path + path_len - 1; - size_t pos = path_len - 1; size_t i; if (IS_SLASH(path[0])) {