summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-14 18:15:18 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-16 13:09:17 +0000
commit9674d46a132a274aad55231acfd004cbf1e42f04 (patch)
tree7f1d2c433fd7864686a24afa9bfb7686bab2a012 /proto.h
parentd0e36aa98afbfc3010e3967466f74fb90a5f87db (diff)
downloadperl-9674d46a132a274aad55231acfd004cbf1e42f04.tar.gz
refactoring out S_regoptail
Message-ID: <20060515041518.GA15745@petdance.com> p4raw-id: //depot/perl@28205
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 80063e17a5..cfca4d8058 100644
--- a/proto.h
+++ b/proto.h
@@ -3538,11 +3538,6 @@ STATIC void S_reginsert(pTHX_ struct RExC_state_t *state, U8 op, regnode *opnd)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_3);
-STATIC void S_regoptail(pTHX_ const struct RExC_state_t *state, regnode *p, const regnode *val)
- __attribute__nonnull__(pTHX_1)
- __attribute__nonnull__(pTHX_2)
- __attribute__nonnull__(pTHX_3);
-
STATIC void S_regtail(pTHX_ const struct RExC_state_t *state, regnode *p, const regnode *val)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2)