diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-21 22:26:42 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-21 22:26:42 +0000 |
| commit | 81ca57a91d18d157c0a1405b98641b8de00a0817 (patch) | |
| tree | 77e722d6163e3d18b010656532e5c8ca8c6c2206 /src/uname.c | |
| parent | Adjust to new wording in diagnostic. (diff) | |
| download | coreutils-81ca57a91d18d157c0a1405b98641b8de00a0817.tar.gz coreutils-81ca57a91d18d157c0a1405b98641b8de00a0817.zip | |
Remove unused "case 0".
Diffstat (limited to 'src/uname.c')
| -rw-r--r-- | src/uname.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/uname.c b/src/uname.c index 9e7026ac2..8380a6305 100644 --- a/src/uname.c +++ b/src/uname.c @@ -166,9 +166,6 @@ main (int argc, char **argv) { switch (c) { - case 0: - break; - case 'a': toprint = -1; break; |
