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 <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • 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.