Skip to content

Commit 522101d

Browse files
JesuHrztargos
authored andcommittedApr 22, 2020
src: removes unused v8::Integer and v8::Array namespace
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>
1 parent 20f3e9d commit 522101d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/timers.cc

-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
namespace node {
88
namespace {
99

10-
using v8::Array;
1110
using v8::Context;
1211
using v8::Function;
1312
using v8::FunctionCallbackInfo;
14-
using v8::Integer;
1513
using v8::Local;
1614
using v8::Object;
1715
using v8::Value;

0 commit comments

Comments
 (0)
Please sign in to comment.