remove assignment to unused variable

This commit is contained in:
Fred Drake 2004-05-11 14:25:56 +00:00
parent 3b4ab231f2
commit 6d340c3de8
1 changed files with 0 additions and 1 deletions

View File

@ -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"