From 81ca57a91d18d157c0a1405b98641b8de00a0817 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 21 Sep 2004 22:26:42 +0000 Subject: Remove unused "case 0". --- src/ln.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ln.c') diff --git a/src/ln.c b/src/ln.c index e928c67f8..80b8eb6aa 100644 --- a/src/ln.c +++ b/src/ln.c @@ -431,9 +431,6 @@ main (int argc, char **argv) { switch (c) { - case 0: /* Long-named option. */ - break; - case 'V': /* FIXME: this is deprecated. Remove it in 2001. */ error (0, 0, _("warning: --version-control (-V) is obsolete; support for\ -- cgit v1.2.3-54-g00ecf