Skip to content

Commit 29e2ba2

Browse files
committed
locale.c: Remove PERL_UNUSED_ARG
'which_mask' is now always used
1 parent a4a7852 commit 29e2ba2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

locale.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5486,8 +5486,6 @@ S_populate_hash_from_localeconv(pTHX_ HV * hv,
54865486
const lconv_offset_t * integers[2])
54875487
{
54885488
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 */
54915489

54925490
/* Run localeconv() and copy some or all of its results to the input 'hv'
54935491
* hash. Most localeconv() implementations return the values in a global

0 commit comments

Comments
 (0)