Skip to content

Commit

Permalink
src: remove unused using in node_worker.cc
Browse files Browse the repository at this point in the history
This commit removes unused using declarations in
src/node_worker.cc.

PR-URL: #32840
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and targos committed Apr 28, 2020
1 parent 8d53024 commit bb1481f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_worker.cc
Expand Up @@ -30,7 +30,6 @@ using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Locker;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Null;
using v8::Number;
Expand Down

0 comments on commit bb1481f

Please sign in to comment.