summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py1
1 files changed, 0 insertions, 1 deletions
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: