Remove comment from hv.c that no longer applies
authorFather Chrysostomos <sprout@cpan.org>
Wed, 21 Sep 2011 00:37:38 +0000 (17:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:00:58 +0000 (13:00 -0700)
hv.h

diff --git a/hv.h b/hv.h
index 78f3771..c38b493 100644 (file)
--- a/hv.h
+++ b/hv.h
@@ -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                      \