summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2023-03-02 05:45:23 -0700
committerKarl Williamson <khw@cpan.org>2023-03-04 13:05:48 -0700
commitbc3ddaeeda694c8ef3ba44378dc958cea17d5d53 (patch)
treea77388a38e59406db690130024612db4de4a0a94 /locale.c
parent5e402bd41a1fd451fae891553e1688124dad1aee (diff)
downloadperl-bc3ddaeeda694c8ef3ba44378dc958cea17d5d53.tar.gz
locale.c: Rmv useless Perl_form
The text is a string constant, no need for anything more
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index f702ab0068..0e59d0a8e5 100644
--- a/locale.c
+++ b/locale.c
@@ -7029,7 +7029,7 @@ Perl_switch_to_global_locale(pTHX)
locale_t old_locale = uselocale(LC_GLOBAL_LOCALE);
if (! old_locale) {
- locale_panic_(Perl_form(aTHX_ "Could not change to global locale"));
+ locale_panic_("Could not change to global locale");
}
/* Free the per-thread memory */