From c4201413a092d2914e16e5f79a1ae6133aa2ce53 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 28 Oct 2018 15:37:47 +0100 Subject: 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. --- kconfiglib.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'kconfiglib.py') 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) -- cgit v1.2.3