From df0894020937d13dd20643a4116bf508142a5215 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). --- 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 92755245ada5d6..a26e6ed4a5e8d5 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 {