summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-07-04 10:41:28 +0000
committerNicholas Clark <nick@ccl4.org>2005-07-04 10:41:28 +0000
commitc941fb51a763b50ea8ceb343cf253ac80c4ca160 (patch)
treee3923132118175b9d3272c720085ce2029063592 /proto.h
parent5bbd0522c4c5905125a88093d72f772779b14682 (diff)
downloadperl-c941fb51a763b50ea8ceb343cf253ac80c4ca160.tar.gz
Inlining del_HE is actually a space optimisation.
It's therefore likely also to be a speed optimisation. :-) p4raw-id: //depot/perl@25066
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index fb8bc8a352..caaaf974c2 100644
--- a/proto.h
+++ b/proto.h
@@ -1988,9 +1988,6 @@ STATIC HE* S_new_he(pTHX)
__attribute__malloc__
__attribute__warn_unused_result__;
-STATIC void S_del_he(pTHX_ HE *p)
- __attribute__nonnull__(pTHX_1);
-
STATIC HEK* S_save_hek_flags(pTHX_ const char *str, I32 len, U32 hash, int flags)
__attribute__malloc__
__attribute__warn_unused_result__