summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 8badb0d..dfc3d0f 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -906,7 +906,6 @@ class Config(object):
block = [] if res is None else res
while 1:
-
# Do we already have a tokenized line that we determined wasn't
# part of whatever we were parsing earlier? See comment in
# Config.__init__().