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: #32779
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
  • Loading branch information
JesuHrz authored and targos committed Apr 13, 2020
1 parent 34f05ce commit 611dbf8
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 611dbf8

Please sign in to comment.