Skip to content

Commit 1999607

Browse files
danbevcodebytere
authored andcommitted
src: remove unused using declarations in node.cc
PR-URL: #33261 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c9c16c0 commit 1999607

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node.cc

-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,8 @@ using native_module::NativeModuleEnv;
124124
using v8::EscapableHandleScope;
125125
using v8::Function;
126126
using v8::FunctionCallbackInfo;
127-
using v8::HandleScope;
128127
using v8::Isolate;
129128
using v8::Local;
130-
using v8::Maybe;
131129
using v8::MaybeLocal;
132130
using v8::Object;
133131
using v8::String;

0 commit comments

Comments
 (0)