From a14e38a6c09b5831cfa7423d9ace665c43aea5a2 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 2 Jun 2020 13:27:45 +0200 Subject: [PATCH] tools: remove unused using declarations code_cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes the reported unused using declarations from cache_builder.cc PR-URL: https://github.com/nodejs/node/pull/33697 Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- tools/code_cache/cache_builder.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/code_cache/cache_builder.cc b/tools/code_cache/cache_builder.cc index 28d61a6c70c467..837357a0fbda76 100644 --- a/tools/code_cache/cache_builder.cc +++ b/tools/code_cache/cache_builder.cc @@ -13,10 +13,7 @@ namespace node { namespace native_module { using v8::Context; -using v8::Function; -using v8::Isolate; using v8::Local; -using v8::MaybeLocal; using v8::ScriptCompiler; static std::string GetDefName(const std::string& id) {