Skip to content

Commit 32d58d7

Browse files
committed
tools: remove unused variable in configure.py
PR-URL: #36525 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent bc50577 commit 32d58d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.py

Lines changed: 0 additions & 2 deletions
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)