Skip to content

Commit

Permalink
src: removes unused v8::Integer and v8::Array namespace
Browse files Browse the repository at this point in the history
PR-URL: nodejs#32779
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gerhard Stöbich <[email protected]>
  • Loading branch information
JesuHrz authored and himself65 committed Apr 13, 2020
1 parent 8d93df4 commit a8c2431
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
namespace node {
namespace {

using v8::Array;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::Integer;
using v8::Local;
using v8::Object;
using v8::Value;
Expand Down

0 comments on commit a8c2431

Please sign in to comment.