From 1f3c129f055290a389aaf8cb6ac667ff215f12d5 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 15 Dec 2020 04:41:43 -0800 Subject: [PATCH] tools: remove unused variable in configure.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/36525 Reviewed-By: Michaƫl Zasso Reviewed-By: Antoine du Hamel --- configure.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.py b/configure.py index c0e72538971724..d0034c92add365 100755 --- a/configure.py +++ b/configure.py @@ -1454,8 +1454,6 @@ def icu_download(path): '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 +