Skip to content

Commit a14e38a

Browse files
danbevcodebytere
authored andcommitted
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 <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e8f7670 commit a14e38a

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)