Removing useless line.

This commit is contained in:
Daniel Lemire 2020-04-08 17:55:25 -04:00
parent 5e564a8e0c
commit 2bc12f9730
1 changed files with 0 additions and 2 deletions

View File

@ -156,8 +156,6 @@ for line in fileinput.input(doxyfile, inplace=1, backup='.bak'):
print(line) print(line)
print("modified "+doxyfile+", a backup was made") print("modified "+doxyfile+", a backup was made")
PROJECT_NUMBER = "0.3.1"
scriptlocation = os.path.dirname(os.path.abspath(__file__)) scriptlocation = os.path.dirname(os.path.abspath(__file__))