summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-10 14:09:46 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-10 14:09:46 +0100
commita3545bfabf158dd801e399e2e2aac1b9ad337815 (patch)
tree29dab0a8c2f362b0fade12f5444ea64843923719 /kconfiglib.py
parentc886f5925e473eb5c4243679bd6f4458f0c80ab4 (diff)
Remove _Feed.is_at_end().
Unused.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index b9d89a6..756c6c6 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3481,9 +3481,6 @@ class _Feed:
def is_empty(self):
return self.items == []
- def is_at_end(self):
- return self.i >= self.length
-
def check(self, token):
"""Check if the next token is 'token'. If so, remove it from the token
feed and return True. Otherwise, leave it in and return False."""