summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-11-07 10:43:14 -0700
committerKarl Williamson <khw@cpan.org>2022-12-01 12:44:42 -0700
commit5351ec0e1c39a301c24dcd2d6b4f993e890efe16 (patch)
treef164b5446cbbc291059659362ff5990b02820663 /embed.fnc
parent4c39aaa2805d71d6543865ee06831b0b7ea4de88 (diff)
downloadperl-5351ec0e1c39a301c24dcd2d6b4f993e890efe16.tar.gz
locale.c: Rmv unnecessary parameter from static function
This dates from an earlier implementation
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 9e3f279445..fd0937f58f 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -3368,8 +3368,7 @@ So |void |restore_toggled_locale_i|const unsigned cat_index \
S |bool |is_locale_utf8 |NN const char * locale
# if (defined(HAS_LOCALECONV) || defined(HAS_LOCALECONV_L)) \
&& (defined(USE_LOCALE_MONETARY) || defined(USE_LOCALE_NUMERIC))
-S |HV * |my_localeconv|const int item \
- |const locale_utf8ness_t locale_is_utf8
+S |HV * |my_localeconv|const int item
S |HV * |populate_localeconv|NN const struct lconv *lcbuf \
|const int unused \
|const locale_utf8ness_t numeric_locale_is_utf8 \