Skip to content

Commit

Permalink
src: remove ref to tools/generate_code_cache.js
Browse files Browse the repository at this point in the history
This commit removes the reference to tools/generate_code_cache.js
and replaces it with a note about more information being available
in tools/code_cache/README.md.

PR-URL: #33825
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
  • Loading branch information
danbev authored and codebytere committed Jul 10, 2020
1 parent 185657d commit 5b987c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/node_code_cache_stub.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include "node_native_module_env.h"

// This is supposed to be generated by tools/generate_code_cache.js
// The stub here is used when configure is run without `--code-cache-path`
// The stub here is used when configure is run without `--code-cache-path`.
// When --code-cache-path is set this stub will not be used and instead
// an implementation will be generated. See tools/code_cache/README.md for
// more information.

namespace node {
namespace native_module {
Expand Down

0 comments on commit 5b987c4

Please sign in to comment.