mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove unnused vars that I missed in previous removal of output file generation.
This commit is contained in:
parent
e39b975701
commit
430865fe26
1 changed files with 0 additions and 2 deletions
|
@ -576,8 +576,6 @@ def runtest_inner(test, generate, verbose, quiet, test_times,
|
|||
test_support.unload(test)
|
||||
if not testdir:
|
||||
testdir = findtestdir()
|
||||
outputdir = os.path.join(testdir, "output")
|
||||
outputfile = os.path.join(outputdir, test)
|
||||
if verbose:
|
||||
cfp = None
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue