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 /embed.fnc | |
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 'embed.fnc')
-rw-r--r-- | embed.fnc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 \ |