From: Felipe Pena Date: Wed, 12 Nov 2008 17:50:37 +0000 (+0000) Subject: - MFH: Removed unused variables X-Git-Tag: php-5.2.7RC4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bedb57dd4286d308580b3afb5d4be6af4ec67f1;p=php - MFH: Removed unused variables --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 0c7f5c7985..c3514cd330 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -90,9 +90,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])) {