diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-21 22:12:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-21 22:12:55 +0000 |
commit | 9fb20db0afdc07089967aa0470bf4f58791843af (patch) | |
tree | 8db670f0e8e8abece3cb768ca9e79bbcf5ff10cc /src | |
parent | 1ccaf98c8c63a98be1f83f13520c9843da105533 (diff) | |
download | coreutils-9fb20db0afdc07089967aa0470bf4f58791843af.tar.xz |
Don't include "long-options.h".
(main): Remove unused "case 0".
Diffstat (limited to 'src')
-rw-r--r-- | src/readlink.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/readlink.c b/src/readlink.c index 727016630..6f2a7319f 100644 --- a/src/readlink.c +++ b/src/readlink.c @@ -26,7 +26,6 @@ #include "canonicalize.h" #include "error.h" #include "xreadlink.h" -#include "long-options.h" #include "quote.h" /* The official name of this program (e.g., no `g' prefix). */ @@ -116,8 +115,6 @@ main (int argc, char *const argv[]) { switch (optc) { - case 0: - break; case 'e': can_mode = CAN_EXISTING; break; |