summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-03-17 15:58:45 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-03-17 15:58:45 +0000
commit6407bf3bededaf57267b14aadbfe114045362404 (patch)
treec9b7d393240c9272e6bead655967affbdf93f282 /proto.h
parentd83f0a8247ea7458731c8479d8cbf3ee1fa81243 (diff)
downloadperl-6407bf3bededaf57267b14aadbfe114045362404.tar.gz
inline, then delete, S_regrepeat_hard()
p4raw-id: //depot/perl@27534
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index fd42b8cbde..1e42b7f914 100644
--- a/proto.h
+++ b/proto.h
@@ -3597,11 +3597,6 @@ STATIC I32 S_regrepeat(pTHX_ const regnode *p, I32 max)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);
-STATIC I32 S_regrepeat_hard(pTHX_ regnode *p, I32 max, I32 *lp)
- __attribute__warn_unused_result__
- __attribute__nonnull__(pTHX_1)
- __attribute__nonnull__(pTHX_3);
-
STATIC I32 S_regtry(pTHX_ regexp *prog, char *startpos)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1)