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 a6d112c..77c87d2 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1387,7 +1387,6 @@ class Config(object):
return "y"
res = self._eval_expr_2(expr)
-
if res == "m":
# Promote "m" to "y" if we're running without modules.
#