From d8a536176d4e28879962f7b590ed769c67de497d Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 25 Jun 2019 09:00:24 +0200 Subject: [PATCH] tools: remove out-of-date code-cache-path comment This commit removes the comment in cache_builder.cc regarding the usage of --code-cache-path with configure. Commit 14df42fd008ef8e95d60d0d70084943d180bab91 ("build: run `mkcodecache` as an action") deprecated this option and it is always set to yes (unless cross compiling). PR-URL: https://github.com/nodejs/node/pull/28419 Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Joyee Cheung --- tools/code_cache/cache_builder.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/code_cache/cache_builder.cc b/tools/code_cache/cache_builder.cc index 49bd004298de63..2e7d35d6d7fc7c 100644 --- a/tools/code_cache/cache_builder.cc +++ b/tools/code_cache/cache_builder.cc @@ -73,8 +73,7 @@ static std::string GenerateCodeCache( ss << R"(#include #include "node_native_module_env.h" -// This file is generated by tools/mkcodecache -// and is used when configure is run with \`--code-cache-path\` +// This file is generated by mkcodecache (tools/code_cache/mkcodecache.cc) namespace node { namespace native_module {