From: Jarkko Hietaniemi Date: Thu, 18 Nov 1999 17:07:14 +0000 (+0000) Subject: The find_byclass prototype is already in proto.h. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f6d0fe9dc5fc99027b6a9b7c8be0b6b4031a2e4;p=p5sagit%2Fp5-mst-13.2.git The find_byclass prototype is already in proto.h. p4raw-id: //depot/cfgperl@4594 --- diff --git a/regexec.c b/regexec.c index 37ef5b1..f1b3590 100644 --- a/regexec.c +++ b/regexec.c @@ -254,9 +254,6 @@ S_cache_re(pTHX_ regexp *prog) PL_reg_re = prog; } -static char *find_byclass(regexp * prog, regnode *c, char *s, char *strend, - char *startpos, I32 norun); - /* * Need to implement the following flags for reg_anch: *