iliaa Tue Aug 23 11:20:50 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/pcre/pcrelib pcre_dfa_exec.c
Log:
MFH: removed unused vars
http://cvs.php.net/diff.php/php-src/ext/pcre/pcrelib/pcre_dfa_exec.c?r1=1.2.2.2&r2=1.2.2.3&ty=u
Index: php-src/ext/pcre/pcrelib/pcre_dfa_exec.c
diff -u php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.2.2.2
php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.2.2.3
--- php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.2.2.2 Mon Aug 22 12:56:02 2005
+++ php-src/ext/pcre/pcrelib/pcre_dfa_exec.c Tue Aug 23 11:20:48 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