From: Martin Walch Date: Thu, 3 Oct 2013 16:33:47 +0000 (+0200) Subject: kconfig: remove unused definition from scanner X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=8ad99f6221d68bbc9dbaedf66834a1cbe1830b5a;hp=b9dad99b0c2d6031ed92e9fc84b7ab352a794455;p=carl9170fw.git 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: Martin Walch Reviewed-by: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN: Signed-off-by: Christian Lamparter --- diff --git a/config/zconf.l b/config/zconf.l index 04ee443..a0eec5a 100644 --- a/config/zconf.l +++ b/config/zconf.l @@ -68,7 +68,6 @@ static void alloc_string(const char *str, int size) } %} -ws [ \n\t] n [A-Za-z0-9_] %%