mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
@@ -234,7 +234,6 @@ repeat:
|
|||||||
lexstate = ST_EXPRESSION;
|
lexstate = ST_EXPRESSION;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DOTS:
|
|
||||||
default:
|
default:
|
||||||
APP;
|
APP;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user