Skip to content

Commit fe780a5

Browse files
danbevcodebytere
authored andcommittedJun 7, 2020
src: remove unused using declarations in node.cc
PR-URL: #33261 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 82c43d1 commit fe780a5

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
@@ -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)
Please sign in to comment.