From 2990429b16f32c216d357a5cbf3f81d43aa8abaf Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 21 Feb 2018 08:10:07 +0100 Subject: [PATCH] src: remove unused using declarations async_wrap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/18893 Reviewed-By: Michaƫl Zasso Reviewed-By: Minwoo Jung Reviewed-By: Yuta Hiroto Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Gibson Fahnestock --- src/async_wrap.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/async_wrap.cc b/src/async_wrap.cc index 57f61d94923309..a7eed82958c1b2 100644 --- a/src/async_wrap.cc +++ b/src/async_wrap.cc @@ -27,9 +27,7 @@ #include "v8.h" #include "v8-profiler.h" -using v8::Array; using v8::Context; -using v8::Float64Array; using v8::Function; using v8::FunctionCallbackInfo; using v8::FunctionTemplate; @@ -47,7 +45,6 @@ using v8::PromiseHookType; using v8::PropertyCallbackInfo; using v8::RetainedObjectInfo; using v8::String; -using v8::TryCatch; using v8::Undefined; using v8::Value;