From c6700ad04152a4dd7782c61cd8ec5f72db56629f Mon Sep 17 00:00:00 2001
From: Rich Trott <rtrott@gmail.com>
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 <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
---
 configure.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.py b/configure.py
index 0f65f185affa97..c24d56b5d1891d 100755
--- a/configure.py
+++ b/configure.py
@@ -1547,8 +1547,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 +