Skip to content

Commit edb8391

Browse files
committed
Remove unused function
1 parent 51ebc86 commit edb8391

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bpython/repl.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ def __init__(self, locals=None, encoding=None):
126126
super().__init__(locals)
127127
self.timer = RuntimeTimer()
128128

129-
def reset_running_time(self):
130-
self.running_time = 0
131-
132129
def runsource(self, source, filename=None, symbol="single", encode="auto"):
133130
"""Execute Python code.
134131

0 commit comments

Comments
 (0)