Commit 13940738 authored by Masahiro Yamada's avatar Masahiro Yamada

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent e66e13a3
......@@ -234,7 +234,6 @@ repeat:
lexstate = ST_EXPRESSION;
break;
case DOTS:
default:
APP;
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment