From f28249f7793b5b7a0ef5c2d9830126f2deb788d1 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 1 Jun 2005 03:01:29 +0000 Subject: [PATCH] kill unused var. --- ext/pcre/pcrelib/pcre.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0