Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-12-15 15:41:43 +0300
committerRich Trott <rtrott@gmail.com>2020-12-17 16:20:06 +0300
commit32d58d72710e262a94693488b57c60fa66a6653e (patch)
tree4e23ab7d7915ed704dddd1191d4e9a090bc5910a /configure.py
parentbc50577b36308a042ea2e77c8cd1f12773fe003c (diff)
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>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 0f65f185aff..c24d56b5d18 100755
--- a/configure.py
+++ b/configure.py
@@ -1547,8 +1547,6 @@ def configure_intl(o):
'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 +