From b6a6a812a0edb12f22f88b4e82e9b694d3645218 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 2 Feb 2024 18:18:17 +0100 Subject: [PATCH] fixup! src: simplify embedder entry point execution. --- src/node_snapshotable.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_snapshotable.cc b/src/node_snapshotable.cc index 370b333a1d9317..f1689d213d8059 100644 --- a/src/node_snapshotable.cc +++ b/src/node_snapshotable.cc @@ -40,7 +40,6 @@ using v8::FunctionCallbackInfo; using v8::HandleScope; using v8::Isolate; using v8::Local; -using v8::MaybeLocal; using v8::Object; using v8::ObjectTemplate; using v8::ScriptCompiler;