summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-07-12 03:06:49 +0000
committerJim Meyering <jim@meyering.net>1995-07-12 03:06:49 +0000
commit37ba8d98674986e487673eb2a8eda05d938c6962 (patch)
tree4098e7279c1f50f5e0a49557c7162b1e0907c9e2 /src
parentc20ee98ac891ee1eff6155f191ab6d10eebbe49b (diff)
downloadcoreutils-37ba8d98674986e487673eb2a8eda05d938c6962.tar.xz
(main): Comment out unreachable break stmt.
Diffstat (limited to 'src')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index b469e476a..1d9025b21 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -1699,7 +1699,7 @@ main (argc, argv)
error (2, 0, "option `-T' requires an argument");
}
goto outer;
- break;
+ /* break; */
case 'u':
unique = 1;
break;