kconfig: remove unused definition from scanner
[carl9170fw.git] / config / zconf.l
index 04ee4431c3fe9d7868b0cdc104eb04bf38cad77d..a0eec5ae617684b06f8f44c3ca7d2ac403ec37b8 100644 (file)
@@ -68,7 +68,6 @@ static void alloc_string(const char *str, int size)
 }
 %}
 
-ws     [ \n\t]
 n      [A-Za-z0-9_]
 
 %%