Commit 6d340c3d authored by Fred Drake's avatar Fred Drake

remove assignment to unused variable

parent 3b4ab231
...@@ -58,7 +58,6 @@ def write_file(name, text): ...@@ -58,7 +58,6 @@ def write_file(name, text):
f.close() f.close()
patchlevel_tex = os.path.join(Doc, "commontex", "patchlevel.tex") patchlevel_tex = os.path.join(Doc, "commontex", "patchlevel.tex")
Makefile_version = os.path.join(Doc, "Makefile.version")
write_file(patchlevel_tex, write_file(patchlevel_tex,
"%% This file is generated by ../tools/getversioninfo;\n" "%% This file is generated by ../tools/getversioninfo;\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment