Skip to content

Commit 6cdbeed

Browse files
committed
src: remove unused variable in node_builtins.cc
1 parent 7ce2232 commit 6cdbeed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_builtins.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ void BuiltinLoader::GetCacheUsage(const FunctionCallbackInfo<Value>& args) {
560560

561561
Local<Value> builtins_with_cache_js;
562562
Local<Value> builtins_without_cache_js;
563-
Local<Value> builtins_in_snapshot_js;
564563
if (!ToV8Value(context, realm->builtins_with_cache)
565564
.ToLocal(&builtins_with_cache_js)) {
566565
return;

0 commit comments

Comments
 (0)