mirror of https://github.com/python/cpython
Remove unused method _OutputRedirectingPdb.resume
This commit is contained in:
parent
2de91ba2ab
commit
12a4baf5a1
|
@ -460,9 +460,6 @@ class _OutputRedirectingPdb(pdb.Pdb):
|
|||
# Restore stdout.
|
||||
sys.stdout = save_stdout
|
||||
|
||||
def resume(self):
|
||||
self._resume = 1
|
||||
|
||||
######################################################################
|
||||
## 2. Example & DocTest
|
||||
######################################################################
|
||||
|
|
Loading…
Reference in New Issue