mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove unused local variables
This commit is contained in:
parent
a59ab05fda
commit
089061f7f0
2 changed files with 0 additions and 2 deletions
|
@ -276,7 +276,6 @@ class IOBinding:
|
|||
return "break"
|
||||
|
||||
def print_window(self, event):
|
||||
tempfilename = None
|
||||
if self.get_saved():
|
||||
filename = self.filename
|
||||
else:
|
||||
|
|
|
@ -250,7 +250,6 @@ class ModifiedInterpreter(InteractiveInterpreter):
|
|||
|
||||
def showtraceback(self):
|
||||
# Extend base class method to reset output properly
|
||||
text = self.tkconsole.text
|
||||
self.tkconsole.resetoutput()
|
||||
self.checklinecache()
|
||||
InteractiveInterpreter.showtraceback(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue