summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-01-05 15:32:53 -0700
committerKarl Williamson <khw@cpan.org>2015-01-06 15:05:26 -0700
commite32e699abfd8f839274ead076be1d23d7739ccf1 (patch)
treedcfa1d3df2a90fce9b3d7dc8452bcbc32cfea2ef /proto.h
parentf145dab8774784ae241116bcca6f213d0ea44ae1 (diff)
downloadperl-e32e699abfd8f839274ead076be1d23d7739ccf1.tar.gz
regcomp.c: Rmv no-longer-used macro and function
There are no longer any calls to these, so can be removed.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/proto.h b/proto.h
index 83740ba0a5..109a30379f 100644
--- a/proto.h
+++ b/proto.h
@@ -7146,12 +7146,6 @@ STATIC void S_regtail(pTHX_ RExC_state_t *pRExC_state, regnode *p, const regnode
#define PERL_ARGS_ASSERT_REGTAIL \
assert(pRExC_state); assert(p); assert(val)
-PERL_STATIC_INLINE STRLEN S_reguni(pTHX_ const RExC_state_t *pRExC_state, UV uv, char *s)
- __attribute__nonnull__(pTHX_1)
- __attribute__nonnull__(pTHX_3);
-#define PERL_ARGS_ASSERT_REGUNI \
- assert(pRExC_state); assert(s)
-
STATIC void S_scan_commit(pTHX_ const RExC_state_t *pRExC_state, struct scan_data_t *data, SSize_t *minlenp, int is_inf)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2)