pierrick Wed, 17 Nov 2010 17:55:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=305467
Log:
Remove unused variables
Changed paths:
U php/php-src/branches/PHP_5_3/ext/zip/zip_stream.c
U php/php-src/trunk/ext/standard/html.c
U php/php-src/trunk/ext/zip/zip_stream.c
Modified: php/php-src/branches/PHP_5_3/ext/zip/zip_stream.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/zip/zip_stream.c 2010-11-17 17:26:33 UTC
(rev 305466)
+++ php/php-src/branches/PHP_5_3/ext/zip/zip_stream.c 2010-11-17 17:55:18 UTC
(rev 305467)
@@ -104,7 +104,6 @@
size_t file_basename_len;
char file_dirname[MAXPATHLEN];
struct zip *za;
- struct zip_file *zf = NULL;
char *fragment;
int fragment_len;
int err;
Modified: php/php-src/trunk/ext/standard/html.c
===================================================================
--- php/php-src/trunk/ext/standard/html.c 2010-11-17 17:26:33 UTC (rev
305466)
+++ php/php-src/trunk/ext/standard/html.c 2010-11-17 17:55:18 UTC (rev
305467)
@@ -1360,7 +1360,6 @@
matches_map = 0;
if (this_char != '&') { /* no entity on this position */
- int found = 0;
const unsigned char *rep = NULL;
size_t rep_len = 0;
Modified: php/php-src/trunk/ext/zip/zip_stream.c
===================================================================
--- php/php-src/trunk/ext/zip/zip_stream.c 2010-11-17 17:26:33 UTC (rev
305466)
+++ php/php-src/trunk/ext/zip/zip_stream.c 2010-11-17 17:55:18 UTC (rev
305467)
@@ -104,7 +104,6 @@
size_t file_basename_len;
char file_dirname[MAXPATHLEN];
struct zip *za;
- struct zip_file *zf = NULL;
char *fragment;
int fragment_len;
int err;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php