summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2010-11-17 17:55:18 +0000
committerPierrick Charron <pierrick@php.net>2010-11-17 17:55:18 +0000
commit71dfe80e050c89b96defdd2e72fe79ca3d590fbd (patch)
tree7f955cd0d8cf62f0903c5b7c6013a78fee3a5015 /ext
parentd6723d57c0f814bda33721bc88a9ea5ba3036bc1 (diff)
downloadphp-git-71dfe80e050c89b96defdd2e72fe79ca3d590fbd.tar.gz
Remove unused variables
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/html.c1
-rw-r--r--ext/zip/zip_stream.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index de763cf72a..a40268115e 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -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;
diff --git a/ext/zip/zip_stream.c b/ext/zip/zip_stream.c
index 68ef375d3a..7ba365424f 100644
--- a/ext/zip/zip_stream.c
+++ b/ext/zip/zip_stream.c
@@ -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;