diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-11 12:17:23 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-11 12:20:05 +0100 |
| commit | 1871bf2b5ca4f0e225442f025244e68f9b437d1a (patch) | |
| tree | edafc9f7e17f68a2e9ffbc544acbc1bfce68bd3d | |
| parent | d890343fda6249db5a75efae3b7fddc11f9ace4d (diff) | |
Remove outdated choice invalidation comment
The invalidation is necessary now that no global invalidation is done
before loading a .config.
| -rw-r--r-- | kconfiglib.py | 1 |
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: |
