Kaydet (Commit) a05e7f67 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #25505: Remove unused buggy method.

üst bbdc0655
......@@ -335,8 +335,6 @@ class FileContext:
self.buffer.append(line)
self.lineno += 1
return line
def truncate(self):
del self.buffer[-window:]
def __getitem__(self, index):
self.fill()
bufstart = self.lineno - len(self.buffer)
......
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