summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-29 20:08:51 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-29 20:08:51 -0800
commit9d32539b56f03de1849acc6621b291c318729bc5 (patch)
tree4b000b737c76c55c6c8b3524946a16cc18d45bac /hv.h
parente7379046328d84a9e157d44f7a3e7a7d45b13f47 (diff)
downloadperl-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index 64eb5114e3..2058fcd653 100644
--- a/hv.h
+++ b/hv.h
@@ -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)