X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pcrs.c;h=0b746a1df255297a69cd8d101d120332d20d6c52;hb=463b04c402af6cdf29895bbbaef2d7fb9584b0ee;hp=ebcfb3600e66270953f07470bffa76689bf012f9;hpb=b74fedb146c49ba5374965b1a0d38d74a920b520;p=privoxy.git diff --git a/pcrs.c b/pcrs.c index ebcfb360..0b746a1d 100644 --- a/pcrs.c +++ b/pcrs.c @@ -1,4 +1,3 @@ -const char pcrs_rcs[] = "$Id: pcrs.c,v 1.51 2016/12/24 16:00:49 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/pcrs.c,v $ @@ -55,8 +54,6 @@ const char pcrs_rcs[] = "$Id: pcrs.c,v 1.51 2016/12/24 16:00:49 fabiankeil Exp $ #include "pcrs.h" -const char pcrs_h_rcs[] = PCRS_H_VERSION; - /* * Internal prototypes */ @@ -410,7 +407,6 @@ static pcrs_substitute *pcrs_compile_replacement(const char *replacement, int tr goto plainchar; } - assert(l < PCRS_MAX_SUBMATCHES - 1); assert(r->backref[l] < PCRS_MAX_SUBMATCHES + 2); /* Valid and in range? -> record */ if ((0 <= r->backref[l]) &&