Skip processing a file if the file to be opened is '-'
[p5sagit/p5-mst-13.2.git] / regexec.c
index 37ef5b1..f1b3590 100644 (file)
--- 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:
  *