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/unexpand.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/unexpand.c')
| -rw-r--r-- | src/unexpand.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unexpand.c b/src/unexpand.c index 42fdb8fbc..60321d47a 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -492,9 +492,6 @@ main (int argc, char **argv) { switch (c) { - case 0: - break; - case '?': usage (EXIT_FAILURE); case 'a': |
