public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/4] kconfig: remove unused definition from scanner
@ 2013-10-02  5:24 Martin Walch
  2013-10-02  6:42 ` Dirk Gouders
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Walch @ 2013-10-02  5:24 UTC (permalink / raw)
  Cc: Michal Marek, Jiri Kosina, Yann E. MORIN,
	Arve Hjønnevåg, Benjamin Poirier, Dirk Gouders,
	Wang YanQing, Andrew Morton, Jean Delvare, Kees Cook, Alan Cox,
	linux-kbuild, linux-kernel

From: Martin Walch <walch.martin@web.de>
Date: Wed, 2 Oct 2013 06:58:46 +0200
Subject: [PATCH 4/4] kconfig: remove unused definition from scanner

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

Signed-off-by: Martin Walch <walch.martin@web.de>
---
 scripts/kconfig/zconf.l | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l
index 6555a47..1a9f53e 100644
--- a/scripts/kconfig/zconf.l
+++ b/scripts/kconfig/zconf.l
@@ -68,7 +68,6 @@ static void alloc_string(const char *str, int size)
 }
 %}
 
-ws	[ \n\t]
 n	[A-Za-z0-9_]
 
 %%
-- 
1.8.1.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-03 13:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02  5:24 [PATCH 4/4] kconfig: remove unused definition from scanner Martin Walch
2013-10-02  6:42 ` Dirk Gouders
2013-10-02  6:57   ` Yann E. MORIN
2013-10-03  0:30     ` Martin Walch
2013-10-03  6:37       ` Yann E. MORIN
2013-10-03 13:13       ` Dirk Gouders

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox