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 May 1, 2021
1 parent d270280 commit 1f3c129
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 @@ -1454,8 +1454,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 1f3c129

Please sign in to comment.