Skip to content
Snippets Groups Projects
Commit 33819600 authored by Martin Walch's avatar Martin Walch Committed by Yann E. MORIN
Browse files

kconfig: remove unused definition from scanner


The definition ws [ \n\t] is not used anywhere. Drop it to avoid confusion.

As it is a dead definition, any changes in the resulting code generated by
flex would be surprising (actually testing this showed that there are really
no changes). So, there is no need to touch the existing zconf.lex.c_shipped.

Signed-off-by: default avatarMartin Walch <walch.martin@web.de>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatar"Yann E. MORIN: <yann.morin.1998@free.fr>
parent 57540f1d
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ static void alloc_string(const char *str, int size)
}
%}
ws [ \n\t]
n [A-Za-z0-9_]
%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment