Skip to content

Commit 3185744

Browse files
authored
Apply suggestions from code review
1 parent 711062c commit 3185744

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node_builtins.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ MaybeLocal<Value> BuiltinLoader::CompileAndCall(Local<Context> context,
441441
const char* id,
442442
Realm* realm) {
443443
Isolate* isolate = context->GetIsolate();
444-
// Arguments must match the parameters specified in
445-
// BuiltinLoader::LookupAndCompile().
446444
// Detects parameters of the scripts based on module ids.
447445
// internal/bootstrap/realm: process, getLinkedBinding,
448446
// getInternalBinding, primordials

0 commit comments

Comments
 (0)