summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/comm.c b/src/comm.c
index 96b59ea47..972aefbbe 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -262,9 +262,6 @@ main (int argc, char **argv)
while ((c = getopt_long (argc, argv, "123", long_options, NULL)) != -1)
switch (c)
{
- case 0:
- break;
-
case '1':
only_file_1 = false;
break;