1
0
Fork 0

genksyms: remove useless case DOTS

This switch statement does not list out all the cases. Since the
'default' covers all the rest, the 'DOTS' case is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
master
Masahiro Yamada 2021-01-16 08:43:04 +09:00
parent e66e13a3c9
commit 13940738c2
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ repeat:
lexstate = ST_EXPRESSION;
break;
case DOTS:
default:
APP;
break;