]> granicus.if.org Git - php/commitdiff
nuke unused var
authorAntony Dovgal <tony2001@php.net>
Tue, 26 Jul 2005 20:05:49 +0000 (20:05 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 26 Jul 2005 20:05:49 +0000 (20:05 +0000)
ext/pcre/pcrelib/pcre.c

index 9f7ad56448e1b93632d192ac511d3d896ca6afac..0249de18259142aed03ad9eac4ac42460118eba9 100644 (file)
@@ -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;