X Tutup
The Wayback Machine - https://web.archive.org/web/20250425220631/https://github.com/nodejs/node/commit/00835434ef
Skip to content

Commit 0083543

Browse files
Nikola Glavinaaddaleax
Nikola Glavina
authored andcommitted
src: fix unused namespace member
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>
1 parent b60b6d7 commit 0083543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/env.cc

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
namespace node {
2727

2828
using errors::TryCatchScope;
29-
using v8::ArrayBuffer;
3029
using v8::Boolean;
3130
using v8::Context;
3231
using v8::EmbedderGraph;

0 commit comments

Comments
 (0)
X Tutup