summaryrefslogtreecommitdiff
path: root/proto.h
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 /proto.h
parent3341f5772454aa6fd2d3ee32728b288f60620abf (diff)
downloadperl-2a75250ad0daba19f395626b2b1174bd43ecddc0.tar.gz
Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
p4raw-id: //depot/perl@27775
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 851d881994..6b7324216b 100644
--- a/proto.h
+++ b/proto.h
@@ -723,12 +723,6 @@ PERL_CALLCONV void Perl_hv_ksplit(pTHX_ HV* hv, IV newmax)
/* PERL_CALLCONV void Perl_hv_magic(pTHX_ HV* hv, GV* gv, int how)
__attribute__nonnull__(pTHX_1); */
-#ifdef USE_ITHREADS
-PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_copy(pTHX_ const struct refcounted_he *he);
-PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_dup(pTHX_ const struct refcounted_he *const he, CLONE_PARAMS* param)
- __attribute__nonnull__(pTHX_2);
-
-#endif
PERL_CALLCONV HV * Perl_refcounted_he_chain_2hv(pTHX_ const struct refcounted_he *c);
PERL_CALLCONV void Perl_refcounted_he_free(pTHX_ struct refcounted_he *he);
PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_new(pTHX_ struct refcounted_he *const parent, SV *const key, SV *const value);