summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-08-23 15:20:48 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-08-23 15:20:48 +0000
commit4572d1ca93aeee5e70ce17f813309c8c6a841732 (patch)
tree3e375c67aaa73798fc2081be8b28876d712fe95d
parent2e3affd12110d2c438a70c70da892d6acc2713cf (diff)
downloadphp-git-4572d1ca93aeee5e70ce17f813309c8c6a841732.tar.gz
MFH: removed unused vars
-rw-r--r--ext/pcre/pcrelib/pcre_dfa_exec.c2
1 files changed, 0 insertions, 2 deletions
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);