Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Dec 12, 2023
1 parent cf6280c commit ff14a42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/driver/set_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def doit(variables_file, odir, defines, nadv):
count = fields[3]
ifdef = fields[4]

print("here: ", name, var, adds_to_temp, count, ifdef)
# we may be fed a pair of the form (SET, DEFINE),
# in which case we only add to SET if we define
# DEFINE
Expand All @@ -154,8 +153,6 @@ def doit(variables_file, odir, defines, nadv):
if adds_to_temp == "None":
adds_to = None
else:
if adds_to_temp.startswith("("):
print("here")
adds_to = [adds_to_temp]

# only recognize the index if we defined any required preprocessor variable
Expand Down

0 comments on commit ff14a42

Please sign in to comment.