Skip to content

Commit 1394073

Browse files
committed
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 <[email protected]>
1 parent e66e13a commit 1394073

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/genksyms/lex.l

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ repeat:
234234
lexstate = ST_EXPRESSION;
235235
break;
236236
237-
case DOTS:
238237
default:
239238
APP;
240239
break;

0 commit comments

Comments
 (0)