From 4f6d0fe9dc5fc99027b6a9b7c8be0b6b4031a2e4 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 18 Nov 1999 17:07:14 +0000 Subject: [PATCH] The find_byclass prototype is already in proto.h. p4raw-id: //depot/cfgperl@4594 --- regexec.c | 3 --- 1 file changed, 3 deletions(-) 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: * -- 2.7.4