From: Jim Meyering Date: Mon, 18 Oct 2004 07:54:01 +0000 (+0000) Subject: (main): Remove declaration of unused local, optc. X-Git-Tag: COREUTILS-5_3_0~527 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41d58525e3e486926bd66db1b6b697864a9cd736;p=platform%2Fupstream%2Fcoreutils.git (main): Remove declaration of unused local, optc. --- diff --git a/src/uptime.c b/src/uptime.c index 1c3b8813f..01c004194 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, "");