Skip to content

Commit 522101d

Browse files
JesuHrztargos
authored andcommitted
src: removes unused v8::Integer and v8::Array namespace
PR-URL: #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]>
1 parent 20f3e9d commit 522101d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/timers.cc

Lines changed: 0 additions & 2 deletions
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)