summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-18 17:07:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-18 17:07:14 +0000
commit4f6d0fe9dc5fc99027b6a9b7c8be0b6b4031a2e4 (patch)
tree1f1d25495ae24a6f867cabaad26028a349acdc74
parent1b8cd6788212ac406df639a1eccafd46a7113116 (diff)
downloadperl-4f6d0fe9dc5fc99027b6a9b7c8be0b6b4031a2e4.tar.gz
The find_byclass prototype is already in proto.h.
p4raw-id: //depot/cfgperl@4594
-rw-r--r--regexec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/regexec.c b/regexec.c
index 37ef5b1e8e..f1b35905d9 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:
*