summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-04-12 14:14:50 +0000
committerNicholas Clark <nick@ccl4.org>2006-04-12 14:14:50 +0000
commit2a75250ad0daba19f395626b2b1174bd43ecddc0 (patch)
treeca2c5d01694987f2be2ddd6b92c3686aa17c18cc /embed.fnc
parent3341f5772454aa6fd2d3ee32728b288f60620abf (diff)
downloadperl-2a75250ad0daba19f395626b2b1174bd43ecddc0.tar.gz
Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
p4raw-id: //depot/perl@27775
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc7
1 files changed, 0 insertions, 7 deletions
diff --git a/embed.fnc b/embed.fnc
index 926fa2e0e8..4d038e400e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -303,13 +303,6 @@ ApMdR |HE* |hv_iternext_flags|NN HV* tb|I32 flags
ApdR |SV* |hv_iterval |NN HV* tb|NN HE* entry
Ap |void |hv_ksplit |NN HV* hv|IV newmax
Apdbm |void |hv_magic |NN HV* hv|NULLOK GV* gv|int how
-#ifdef USE_ITHREADS
-dpoM|struct refcounted_he *|refcounted_he_copy \
- |NULLOK const struct refcounted_he *he
-dpoM|struct refcounted_he *|refcounted_he_dup \
- |NULLOK const struct refcounted_he *const he \
- |NN CLONE_PARAMS* param
-#endif
dpoM |HV * |refcounted_he_chain_2hv|NULLOK const struct refcounted_he *c
dpoM |void |refcounted_he_free|NULLOK struct refcounted_he *he
dpoM |struct refcounted_he *|refcounted_he_new \