Skip to content

Commit

Permalink
tools: remove useless assignment from configure.py
Browse files Browse the repository at this point in the history
PR-URL: #23200
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
devsnek authored and targos committed Oct 7, 2018
1 parent aa48192 commit 42e67a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,6 @@ def configure_static(o):


def write(filename, data):
filename = filename
print_verbose('creating %s' % filename)
with open(filename, 'w+') as f:
f.write(data)
Expand Down

0 comments on commit 42e67a4

Please sign in to comment.