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 <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
branisha authored and MylesBorins committed Jul 16, 2020
1 parent c83d986 commit 8f7ed40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/env.cc
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 8f7ed40

Please sign in to comment.