SS2: cleanup (removed SEG_GODDARD define once and for all)

This commit is contained in:
someone2639
2021-08-13 15:31:17 -04:00
parent 41c11a2e46
commit 1ecbf1163f
2 changed files with 0 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ with open(sys.argv[1]) as f:
for line in f:
if "GODDARD_SIZE" in line:
tokens=line.split()
print(tokens)
with open("build/us/goddard.txt", "w+") as f:
sz = int(tokens[0], 16)
sz += 16