Skip to content

Commit

Permalink
- MFH: Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 12, 2008
1 parent c18fd01 commit 1bedb57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ext/zip/php_zip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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])) {
Expand Down

0 comments on commit 1bedb57

Please sign in to comment.