Skip to content

Commit

Permalink
src: fix unused namespace member
Browse files Browse the repository at this point in the history
C++ linter fails because of unused ArrayBuffer namespace member

PR-URL: #34212
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
branisha authored and MylesBorins committed Jul 14, 2020
1 parent ca5d67b commit 7915214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/env.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
namespace node {

using errors::TryCatchScope;
using v8::ArrayBuffer;
using v8::Boolean;
using v8::Context;
using v8::EmbedderGraph;
Expand Down

0 comments on commit 7915214

Please sign in to comment.