summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-05-28 11:49:05 -0600
committerKarl Williamson <public@khwilliamson.com>2011-07-03 14:05:45 -0600
commit198a51c423625d3171d450af5573095cd2c99964 (patch)
treec625a16a57767399986d8dcfa0b69838af351db6 /proto.h
parent318c430e61fb87b0d32ecee8825b85847c3980ab (diff)
downloadperl-198a51c423625d3171d450af5573095cd2c99964.tar.gz
regcomp.c: Remove no longer called function
The invlist_destroy function was misleading, as it has changed to just decrement the reference count, which may or may not lead to immediate destruction
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 a93a7b07c6..3b10a939ec 100644
--- a/proto.h
+++ b/proto.h
@@ -6047,11 +6047,6 @@ PERL_STATIC_INLINE UV* S_invlist_array(pTHX_ SV* const invlist)
#define PERL_ARGS_ASSERT_INVLIST_ARRAY \
assert(invlist)
-PERL_STATIC_INLINE void S_invlist_destroy(pTHX_ SV* const invlist)
- __attribute__nonnull__(pTHX_1);
-#define PERL_ARGS_ASSERT_INVLIST_DESTROY \
- assert(invlist)
-
STATIC void S_invlist_extend(pTHX_ SV* const invlist, const UV len)
__attribute__nonnull__(pTHX_1);
#define PERL_ARGS_ASSERT_INVLIST_EXTEND \