summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-28 15:37:47 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-28 15:38:28 +0100
commitc4201413a092d2914e16e5f79a1ae6133aa2ce53 (patch)
tree1dcdb68ec4cf4922ed88917a8b7332c57ca2edc9
parent3f1eed76d8c60179f485696da29b24983d533268 (diff)
Remove leftover comment in _add_choice_deps()
Made more sense when the code was part of _build_dep(). The same thing is explained in the function docstring now.
-rw-r--r--kconfiglib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index f5313f4..cc75143 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3053,8 +3053,6 @@ class Kconfig(object):
# detection awkward.
for choice in self.unique_choices:
- # The choice symbols themselves, because the y mode selection might
- # change if a choice symbol's visibility changes
for sym in choice.syms:
sym._dependents.add(choice)