We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a7852 commit 29e2ba2Copy full SHA for 29e2ba2
locale.c
@@ -5486,8 +5486,6 @@ S_populate_hash_from_localeconv(pTHX_ HV * hv,
5486
const lconv_offset_t * integers[2])
5487
{
5488
PERL_ARGS_ASSERT_POPULATE_HASH_FROM_LOCALECONV;
5489
- PERL_UNUSED_ARG(which_mask); /* Some configurations don't use this;
5490
- complicated to figure out which */
5491
5492
/* Run localeconv() and copy some or all of its results to the input 'hv'
5493
* hash. Most localeconv() implementations return the values in a global
0 commit comments