Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5328089

Browse files
danbevcodebytere
authored andcommittedJul 10, 2020
tools: remove unused using declarations code_cache
This commit removes the reported unused using declarations from cache_builder.cc PR-URL: #33697 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent d56585e commit 5328089

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎tools/code_cache/cache_builder.cc

-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ namespace node {
1313
namespace native_module {
1414

1515
using v8::Context;
16-
using v8::Function;
17-
using v8::Isolate;
1816
using v8::Local;
19-
using v8::MaybeLocal;
2017
using v8::ScriptCompiler;
2118

2219
static std::string GetDefName(const std::string& id) {

0 commit comments

Comments
 (0)
Please sign in to comment.