mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #17516: remove dead code
This commit is contained in:
parent
3fa1aaebde
commit
678ad51b38
3 changed files with 0 additions and 9 deletions
|
@ -290,7 +290,6 @@ class IBMTestCases(unittest.TestCase):
|
|||
global skip_expected
|
||||
if skip_expected:
|
||||
raise unittest.SkipTest
|
||||
return
|
||||
with open(file) as f:
|
||||
for line in f:
|
||||
line = line.replace('\r\n', '').replace('\n', '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue