Commit 1b596487 authored by R David Murray's avatar R David Murray

Remove unused method from internal class.

parent a13b45ed
......@@ -120,9 +120,6 @@ class BufferedSubFile(object):
# Reverse and insert at the front of the lines.
self._lines[:0] = lines[::-1]
def is_closed(self):
return self._closed
def __iter__(self):
return self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment