Skip to content

Commit

Permalink
src: remove unused using declarations in node.cc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
danbev authored and codebytere committed Jun 7, 2020
1 parent 82c43d1 commit fe780a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node.cc
Expand Up @@ -113,10 +113,8 @@ using native_module::NativeModuleEnv;
using v8::EscapableHandleScope;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HandleScope;
using v8::Isolate;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Object;
using v8::String;
Expand Down

0 comments on commit fe780a5

Please sign in to comment.