Skip to content

Commit 1f3c129

Browse files
Trotttargos
authored andcommitted
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 d270280 commit 1f3c129

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
@@ -1454,8 +1454,6 @@ def icu_download(path):
14541454
'variables': {}
14551455
}
14561456
icu_config_name = 'icu_config.gypi'
1457-
def write_config(data, name):
1458-
return
14591457

14601458
# write an empty file to start with
14611459
write(icu_config_name, do_not_edit +

0 commit comments

Comments
 (0)