From: Jim Meyering Date: Mon, 18 Oct 2004 07:54:01 +0000 (+0000) Subject: (main): Remove declaration of unused local, optc. X-Git-Tag: v5.3.0~527 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d58525e3e486926bd66db1b6b697864a9cd736;p=thirdparty%2Fcoreutils.git (main): Remove declaration of unused local, optc. --- diff --git a/src/uptime.c b/src/uptime.c index 1c3b8813f2..01c004194b 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -209,7 +209,6 @@ If FILE is not specified, use %s. %s as FILE is common.\n\ int main (int argc, char **argv) { - int optc; initialize_main (&argc, &argv); program_name = argv[0]; setlocale (LC_ALL, "");