summaryrefslogtreecommitdiff
path: root/srclib
diff options
context:
space:
mode:
Diffstat (limited to 'srclib')
-rw-r--r--srclib/pcre/pcre.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/srclib/pcre/pcre.c b/srclib/pcre/pcre.c
index c495ec015f..a411d00c35 100644
--- a/srclib/pcre/pcre.c
+++ b/srclib/pcre/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;