diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-09 18:58:41 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-09 19:01:55 +0100 |
| commit | 728109bf2915c679cfdc978811e4b233ebab281f (patch) | |
| tree | 530cfaf620d036bc324a5f00b21e6f068280ece9 /kconfiglib.py | |
| parent | af29a56ee91c1013f7611177d37516701589125d (diff) | |
Remove left-over misleading property comment
Versions of properties without parent dependencies propagated aren't
saved anymore (though it'd be easy to add back if needed).
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 487d57d..fea08d7 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3243,8 +3243,6 @@ class Choice(object): # See Kconfig._build_dep() self._dependents = set() - # The prompts and default values without any dependencies from - # enclosing menus and ifs propagated self.defaults = [] # Cached values |
