style: remove now useless _GL_UNUSED

* src/getargs.c (getargs_colors): Here.
Useless since 4d34b06fb3.
This commit is contained in:
Akim Demaille
2019-03-25 08:39:50 +01:00
parent af1c6f973a
commit af99826ef4

View File

@@ -585,7 +585,7 @@ command_line_location (void)
request. This is consistent with the way GCC and Clang behave. */
static void
getargs_colors (int argc _GL_UNUSED, char *argv[] _GL_UNUSED)
getargs_colors (int argc, char *argv[])
{
for (int i = 1; i < argc; i++)
{