summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-08-12 20:58:05 +0000
committerAntony Dovgal <tony2001@php.net>2005-08-12 20:58:05 +0000
commitdf39154c8342c67ea6850e8021fde9aa1bd91984 (patch)
treeedcd1eeaabce0c23f45242a5ae34bb8ebafec19e
parent4375c3fd7a8c77267b10ccfc2038c30ffd182f3c (diff)
downloadphp-git-df39154c8342c67ea6850e8021fde9aa1bd91984.tar.gz
nuke unused variables
-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);