w: Remove unreachable l option code

@ruihongw quite rightly pointed out we removed the l option
from the man page and getopt but the iunreachable case statement
remained.

References:
 commit 94468ac0b3
 #162

Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
Craig Small 2021-03-11 21:48:14 +11:00
parent 32b3dafdcd
commit 15c8b8e2cf
1 changed files with 0 additions and 3 deletions

3
w.c
View File

@ -588,9 +588,6 @@ int main(int argc, char **argv)
case 'h':
header = 0;
break;
case 'l':
longform = 1;
break;
case 's':
longform = 0;
break;