Skip to content

Commit 3d014e1

Browse files
danbevtargos
authored andcommitted
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 14df42f ("build: run `mkcodecache` as an action") deprecated this option and it is always set to yes (unless cross compiling). PR-URL: #28419 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 60cf911 commit 3d014e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/code_cache/cache_builder.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ static std::string GenerateCodeCache(
7373
ss << R"(#include <cinttypes>
7474
#include "node_native_module_env.h"
7575
76-
// This file is generated by tools/mkcodecache
77-
// and is used when configure is run with \`--code-cache-path\`
76+
// This file is generated by mkcodecache (tools/code_cache/mkcodecache.cc)
7877
7978
namespace node {
8079
namespace native_module {

0 commit comments

Comments
 (0)