diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-29 20:08:51 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-29 20:08:51 -0800 |
commit | 9d32539b56f03de1849acc6621b291c318729bc5 (patch) | |
tree | 4b000b737c76c55c6c8b3524946a16cc18d45bac /hv.h | |
parent | e7379046328d84a9e157d44f7a3e7a7d45b13f47 (diff) | |
download | perl-9d32539b56f03de1849acc6621b291c318729bc5.tar.gz |
hv.h: remove obsolete comment
This comment was made obsolete by commit bc5cdc2388.
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -452,7 +452,6 @@ C<SV*>. #define hv_magic(hv, gv, how) sv_magic(MUTABLE_SV(hv), MUTABLE_SV(gv), how, NULL, 0) #define hv_undef(hv) Perl_hv_undef_flags(aTHX_ hv, 0) -/* available as a function in hv.c */ #define Perl_sharepvn(sv, len, hash) HEK_KEY(share_hek(sv, len, hash)) #define sharepvn(sv, len, hash) Perl_sharepvn(sv, len, hash) |