]> granicus.if.org Git - apache/commitdiff
* srclib/pcre/pcre.c (pcre_compile): Remove unused variable.
authorJoe Orton <jorton@apache.org>
Sat, 27 Nov 2004 09:22:38 +0000 (09:22 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 27 Nov 2004 09:22:38 +0000 (09:22 +0000)
(sent upstream too).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106698 13f79535-47bb-0310-9956-ffa450edef68

srclib/pcre/pcre.c

index c495ec015f243a86f36de65d8512d47ddad3a8f0..a411d00c357f6b176bf9f2f0ddd37586b176f9d7 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;