Commit 13940738 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -234,7 +234,6 @@ repeat:
	  lexstate = ST_EXPRESSION;
	  break;

	case DOTS:
	default:
	  APP;
	  break;