Skip to content

Commit c6700ad

Browse files
Trotttargos
authored andcommitted
tools: remove unused variable in configure.py
PR-URL: #36525 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 9830fe5 commit c6700ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.py

-2
Original file line numberDiff line numberDiff line change
@@ -1547,8 +1547,6 @@ def icu_download(path):
15471547
'variables': {}
15481548
}
15491549
icu_config_name = 'icu_config.gypi'
1550-
def write_config(data, name):
1551-
return
15521550

15531551
# write an empty file to start with
15541552
write(icu_config_name, do_not_edit +

0 commit comments

Comments
 (0)