Skip to content

Commit

Permalink
tools: remove unused variable in configure.py
Browse files Browse the repository at this point in the history
PR-URL: #36525
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Trott authored and targos committed Dec 21, 2020
1 parent 9830fe5 commit c6700ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,6 @@ def icu_download(path):
'variables': {}
}
icu_config_name = 'icu_config.gypi'
def write_config(data, name):
return

# write an empty file to start with
write(icu_config_name, do_not_edit +
Expand Down

0 comments on commit c6700ad

Please sign in to comment.