diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-20 17:37:38 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:00:58 -0700 |
commit | b017083ab8aa5210fe7dd9b6b490c08e03f6cf8a (patch) | |
tree | c81e293647d54afd700557bbdadbd095a6f2bae2 /hv.h | |
parent | d9021235b07b60ed76d1f7e02223897f5afccbb7 (diff) | |
download | perl-b017083ab8aa5210fe7dd9b6b490c08e03f6cf8a.tar.gz |
Remove comment from hv.c that no longer applies
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -280,8 +280,6 @@ C<SV*>. ? HvAUX(hv)->xhv_mro_meta \ : Perl_mro_meta_init(aTHX_ hv)) -/* FIXME - all of these should use a UTF8 aware API, which should also involve - getting the length. */ #define HvNAME_HEK_NN(hv) \ ( \ HvAUX(hv)->xhv_name_count \ |