You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/11/27 10:22:39 UTC

svn commit: r106698 - /httpd/httpd/trunk/srclib/pcre/pcre.c

Author: jorton
Date: Sat Nov 27 01:22:38 2004
New Revision: 106698

URL: http://svn.apache.org/viewcvs?view=rev&rev=106698
Log:
* srclib/pcre/pcre.c (pcre_compile): Remove unused variable.

(sent upstream too).

Modified:
   httpd/httpd/trunk/srclib/pcre/pcre.c

Modified: httpd/httpd/trunk/srclib/pcre/pcre.c
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/srclib/pcre/pcre.c?view=diff&rev=106698&p1=httpd/httpd/trunk/srclib/pcre/pcre.c&r1=106697&p2=httpd/httpd/trunk/srclib/pcre/pcre.c&r2=106698
==============================================================================
--- httpd/httpd/trunk/srclib/pcre/pcre.c	(original)
+++ httpd/httpd/trunk/srclib/pcre/pcre.c	Sat Nov 27 01:22:38 2004
@@ -4461,7 +4461,6 @@
 {
 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;