diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-06-01 03:01:29 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-06-01 03:01:29 +0000 |
commit | f28249f7793b5b7a0ef5c2d9830126f2deb788d1 (patch) | |
tree | a74b7d626a8f6e6d41c009d732c2c7f6bffa91b0 | |
parent | fc8ae455df85d0175b07137c7fac9a6f04019b3e (diff) | |
download | php-git-f28249f7793b5b7a0ef5c2d9830126f2deb788d1.tar.gz |
kill unused var.
-rw-r--r-- | ext/pcre/pcrelib/pcre.c | 1 |
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; |