From 2fb2700cb40c1a13b600e373b0a6b9375e45ed32 Mon Sep 17 00:00:00 2001 From: GauthamBanasandra Date: Sun, 2 Dec 2018 15:11:27 +0530 Subject: [PATCH] src: remove icuDataDir from node config icuDataDir seems to be redundant as it is not used anywhere. Hence removing it. --- src/node_config.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/node_config.cc b/src/node_config.cc index c3592dc3e8803d..04cb2360a48b06 100644 --- a/src/node_config.cc +++ b/src/node_config.cc @@ -76,10 +76,6 @@ static void Initialize(Local target, READONLY_BOOLEAN_PROPERTY("hasNodeOptions"); #endif - // TODO(addaleax): This seems to be an unused, private API. Remove it? - READONLY_STRING_PROPERTY(target, "icuDataDir", - per_process_opts->icu_data_dir); - #endif // NODE_HAVE_I18N_SUPPORT if (env->options()->preserve_symlinks)