From 1871bf2b5ca4f0e225442f025244e68f9b437d1a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 11 Nov 2017 12:17:23 +0100 Subject: Remove outdated choice invalidation comment The invalidation is necessary now that no global invalidation is done before loading a .config. --- kconfiglib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index 2a351ca..7901eb1 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -760,7 +760,6 @@ class Kconfig(object): filename, linenr) # Set the choice's mode - # TODO: this causes redundant invalidation sym.choice.set_value(val) elif sym.orig_type == STRING: -- cgit v1.2.3