From 1bedb57dd4286d308580b3afb5d4be6af4ec67f1 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 12 Nov 2008 17:50:37 +0000 Subject: - MFH: Removed unused variables --- ext/zip/php_zip.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/zip/php_zip.c') 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])) { -- cgit v1.2.1