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 c60aa3d..d3fe436 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1124,7 +1124,6 @@ class Config(object):
elif t0 == T_HELP:
# Find first non-blank (not all-space) line and get its
# indentation
-
line = line_feeder.next_nonblank()
if line is None:
stmt.help = ""