gconv_conf: Remove unused variables
commit23e15ea1ae80ec2120afdf643691359644cf2873
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 10 Jun 2021 04:21:50 +0000 (10 09:51 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 23 Jun 2021 03:24:13 +0000 (23 08:54 +0530)
tree09d04065b6726c2d662defd3f9a9348caa801395
parente3217c7fd9e67aa2d53700bb1da9a966e73b9684
gconv_conf: Remove unused variables

The modules and nmodules parameters passed to add_modules, add_alias,
etc. are not used and are hence unnecessary.  Remove them so that
their signatures match the functions in iconvconfig.

Reviewed-by: DJ Delorie <dj@redhat.com>
Reviewed-by: Andreas Schwab <schwab@linux-m68k.org>
iconv/gconv_conf.c