tony2001 Fri Aug 12 16:58:06 2005 EDT
Modified files:
/php-src/ext/pcre/pcrelib pcre_dfa_exec.c
Log:
nuke unused variables
http://cvs.php.net/diff.php/php-src/ext/pcre/pcrelib/pcre_dfa_exec.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/pcre/pcrelib/pcre_dfa_exec.c
diff -u php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.1
php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.2
--- php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.1 Mon Aug 8 19:58:59 2005
+++ php-src/ext/pcre/pcrelib/pcre_dfa_exec.c Fri Aug 12 16:58:05 2005
@@ -1424,7 +1424,6 @@
/*-----------------------------------------------------------------*/
case OP_ONCE:
{
- const uschar *endcode;
int local_offsets[2];
int local_workspace[1000];
@@ -1446,7 +1445,6 @@
const uschar *end_subpattern = code;
int charcount = local_offsets[1] - local_offsets[0];
int next_state_offset, repeat_state_offset;
- BOOL is_repeated;
do { end_subpattern += GET(end_subpattern, 1); }
while (*end_subpattern == OP_ALT);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php