summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wc.c b/src/wc.c
index 5f8bb94e2..ed65a11c5 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -615,9 +615,6 @@ main (int argc, char **argv)
while ((optc = getopt_long (argc, argv, "clLmw", longopts, NULL)) != -1)
switch (optc)
{
- case 0:
- break;
-
case 'c':
print_bytes = true;
break;