Skip to content

Commit

Permalink
tools: remove unused using declarations code_cache
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danbev authored and codebytere committed Jul 14, 2020
1 parent 68615a0 commit f458be2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/code_cache/cache_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f458be2

Please sign in to comment.