diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 09:01:26 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 09:01:26 +0100 |
| commit | 149097e32b79577f2cba6c8a12cd79d9a41d180e (patch) | |
| tree | a7205a3cda636e2676243ff4d4e692619baeefa0 | |
| parent | e55c2c5f24462d029d752935c615e6122bd19382 (diff) | |
Remove unused variable.
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 70a4477..1b8db5e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2826,9 +2826,6 @@ class Symbol(Item, _HasVisibility): # Does the symbol get its value from the environment? self.is_from_env = False - # See Choice._make_conf() - self.already_written = False - def _invalidate(self): if self.is_special_: return |
