summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index b0e3ab8..d050323 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2752,7 +2752,6 @@ class Kconfig(object):
node.visibility = self._make_and(node.visibility,
self._expect_expr_and_eol())
-
elif t0 is _T_OPTION:
if self._check_token(_T_ENV):
if not self._check_token(_T_EQUAL):