Skip to content

Commit 0083543

Browse files
branishaaddaleax
authored andcommitted
src: fix unused namespace member
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]>
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)