Commit 9967ecca authored by Joe Orton's avatar Joe Orton
Browse files

* srclib/pcre/pcre.c (pcre_compile): Remove unused variable.

(sent upstream too).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106698 13f79535-47bb-0310-9956-ffa450edef68
parent 08cb8d7e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;