From 3ce3d05ec1d322c2a52798762a4c81ebe7fb4b9a Mon Sep 17 00:00:00 2001 From: Jesus Hernandez Date: Fri, 10 Apr 2020 23:37:57 -0500 Subject: [PATCH] src: removes unused v8::Integer and v8::Array namespace --- src/timers.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/timers.cc b/src/timers.cc index f35ae1cf649807..fab1b12018a921 100644 --- a/src/timers.cc +++ b/src/timers.cc @@ -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;