summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index ae09513fe5..2c636b1969 100644
--- a/embed.h
+++ b/embed.h
@@ -876,7 +876,6 @@
#define cl_is_anything S_cl_is_anything
#define cl_or S_cl_or
#define invlist_array(a) S_invlist_array(aTHX_ a)
-#define invlist_destroy(a) S_invlist_destroy(aTHX_ a)
#define invlist_extend(a,b) S_invlist_extend(aTHX_ a,b)
#define invlist_intersection(a,b,c) S_invlist_intersection(aTHX_ a,b,c)
#define invlist_len(a) S_invlist_len(aTHX_ a)