summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-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)