diff options
author | Rich Trott <rtrott@gmail.com> | 2020-12-15 04:41:43 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2020-12-17 05:20:06 -0800 |
commit | 32d58d72710e262a94693488b57c60fa66a6653e (patch) | |
tree | 4e23ab7d7915ed704dddd1191d4e9a090bc5910a /configure.py | |
parent | bc50577b36308a042ea2e77c8cd1f12773fe003c (diff) | |
download | node-new-32d58d72710e262a94693488b57c60fa66a6653e.tar.gz |
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-x | configure.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.py b/configure.py index 0f65f185af..c24d56b5d1 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 + |