From: Ilia Alshanetsky Date: Tue, 23 Aug 2005 15:21:00 +0000 (+0000) Subject: MFH: removed unused vars X-Git-Tag: php-4.4.1RC1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b1dcaae5b43d3c5c0289de03aaa82fd05620599;p=php MFH: removed unused vars --- diff --git a/ext/pcre/pcrelib/pcre_dfa_exec.c b/ext/pcre/pcrelib/pcre_dfa_exec.c index 7101570434..cb3ec186c6 100644 --- a/ext/pcre/pcrelib/pcre_dfa_exec.c +++ b/ext/pcre/pcrelib/pcre_dfa_exec.c @@ -1424,7 +1424,6 @@ for (;;) /*-----------------------------------------------------------------*/ case OP_ONCE: { - const uschar *endcode; int local_offsets[2]; int local_workspace[1000]; @@ -1446,7 +1445,6 @@ for (;;) 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);