diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-12 14:14:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-12 14:14:50 +0000 |
commit | 2a75250ad0daba19f395626b2b1174bd43ecddc0 (patch) | |
tree | ca2c5d01694987f2be2ddd6b92c3686aa17c18cc /proto.h | |
parent | 3341f5772454aa6fd2d3ee32728b288f60620abf (diff) | |
download | perl-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |