diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-10 14:09:46 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-10 14:09:46 +0100 |
| commit | a3545bfabf158dd801e399e2e2aac1b9ad337815 (patch) | |
| tree | 29dab0a8c2f362b0fade12f5444ea64843923719 | |
| parent | c886f5925e473eb5c4243679bd6f4458f0c80ab4 (diff) | |
Remove _Feed.is_at_end().
Unused.
| -rw-r--r-- | kconfiglib.py | 3 |
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.""" |
