From 7ee91500765fa0d6d8fa58304677dc810e1eaa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Thu, 9 Apr 2020 21:24:18 -0500 Subject: [PATCH] src: remove unused v8 Array namespace --- src/node_task_queue.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_task_queue.cc b/src/node_task_queue.cc index f418a272470e2b..b295dffd9d7bba 100644 --- a/src/node_task_queue.cc +++ b/src/node_task_queue.cc @@ -11,7 +11,6 @@ namespace node { using errors::TryCatchScope; -using v8::Array; using v8::Context; using v8::Function; using v8::FunctionCallbackInfo;