mirror of https://github.com/python/cpython
remove assignment to unused variable
This commit is contained in:
parent
3b4ab231f2
commit
6d340c3de8
|
@ -58,7 +58,6 @@ def write_file(name, text):
|
|||
f.close()
|
||||
|
||||
patchlevel_tex = os.path.join(Doc, "commontex", "patchlevel.tex")
|
||||
Makefile_version = os.path.join(Doc, "Makefile.version")
|
||||
|
||||
write_file(patchlevel_tex,
|
||||
"%% This file is generated by ../tools/getversioninfo;\n"
|
||||
|
|
Loading…
Reference in New Issue