This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Remove obsolete comments
authorKarl Williamson <khw@cpan.org>
Wed, 20 Dec 2023 17:01:33 +0000 (10:01 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 2 Jan 2024 19:13:31 +0000 (12:13 -0700)
locale.c

index 61f8340..8e5022c 100644 (file)
--- a/locale.c
+++ b/locale.c
@@ -6042,8 +6042,7 @@ S_my_langinfo_i(pTHX_
  * slower than just doing the toggle ourselves.  lib/locale_threads.t was
  * slowed down by 25% on Ubuntu 22.04 */
 
-/*--------------------------------------------------------------------------*/
-#  if defined(HAS_NL_LANGINFO) /* nl_langinfo() is available.  */
+#  if defined(HAS_NL_LANGINFO) /* nl_langinfo() is available. */
 #    ifdef WE_MUST_DEAL_WITH_MISMATCHED_CTYPE
 
     /* This function sorts out if things actually have to be switched or not,