Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
adoy committed Nov 17, 2010
1 parent d6723d5 commit 71dfe80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ext/standard/html.c
Expand Up @@ -1360,7 +1360,6 @@ PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size
matches_map = 0;

if (this_char != '&') { /* no entity on this position */
int found = 0;
const unsigned char *rep = NULL;
size_t rep_len = 0;

Expand Down
1 change: 0 additions & 1 deletion ext/zip/zip_stream.c
Expand Up @@ -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;
Expand Down

0 comments on commit 71dfe80

Please sign in to comment.