tools: remove unused variable in configure.py
PR-URL: https://github.com/nodejs/node/pull/36525 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
bc50577b36
commit
32d58d7271
@ -1547,8 +1547,6 @@ def configure_intl(o):
|
|||||||
'variables': {}
|
'variables': {}
|
||||||
}
|
}
|
||||||
icu_config_name = 'icu_config.gypi'
|
icu_config_name = 'icu_config.gypi'
|
||||||
def write_config(data, name):
|
|
||||||
return
|
|
||||||
|
|
||||||
# write an empty file to start with
|
# write an empty file to start with
|
||||||
write(icu_config_name, do_not_edit +
|
write(icu_config_name, do_not_edit +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user