summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-06-01 03:01:29 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-06-01 03:01:29 +0000
commitf28249f7793b5b7a0ef5c2d9830126f2deb788d1 (patch)
treea74b7d626a8f6e6d41c009d732c2c7f6bffa91b0
parentfc8ae455df85d0175b07137c7fac9a6f04019b3e (diff)
downloadphp-git-f28249f7793b5b7a0ef5c2d9830126f2deb788d1.tar.gz
kill unused var.
-rw-r--r--ext/pcre/pcrelib/pcre.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre.c b/ext/pcre/pcrelib/pcre.c
index c495ec015f..a411d00c35 100644
--- a/ext/pcre/pcrelib/pcre.c
+++ b/ext/pcre/pcrelib/pcre.c
@@ -4461,7 +4461,6 @@ pcre_compile(const char *pattern, int options, const char **errorptr,
{
real_pcre *re;
int length = 1 + LINK_SIZE; /* For initial BRA plus length */
-int runlength;
int c, firstbyte, reqbyte;
int bracount = 0;
int branch_extra = 0;