From 0591946c28107001f4c5ca725405b8c2270be0dd Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 4 Sep 2018 21:35:16 +0200 Subject: Fix outdated comment re. $() yielding non-const symbols This is handled earlier in _tokenize() now. --- kconfiglib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index b6e534c..4dbb530 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1812,8 +1812,7 @@ class Kconfig(object): i = match.end() else: - # Neither a keyword nor a non-const symbol (except - # $()-expansion might still yield a non-const symbol). + # Neither a keyword nor a non-const symbol # We always strip whitespace after tokens, so it is safe to # assume that s[i] is the start of a token here. -- cgit v1.2.3