Skip to content

Commit fe780a5

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 82c43d1 commit fe780a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,8 @@ using native_module::NativeModuleEnv;
113113
using v8::EscapableHandleScope;
114114
using v8::Function;
115115
using v8::FunctionCallbackInfo;
116-
using v8::HandleScope;
117116
using v8::Isolate;
118117
using v8::Local;
119-
using v8::Maybe;
120118
using v8::MaybeLocal;
121119
using v8::Object;
122120
using v8::String;

0 commit comments

Comments
 (0)