Skip to content

Commit a6abfcb

Browse files
danbevtargos
authored andcommitted
src: remove unused using declarations
This commit removes unused using declarations in src/node_contextify.cc. PR-URL: #29222 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent dedbd11 commit a6abfcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node_contextify.cc

-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ using v8::HandleScope;
4949
using v8::IndexedPropertyHandlerConfiguration;
5050
using v8::Integer;
5151
using v8::Isolate;
52-
using v8::Just;
5352
using v8::Local;
5453
using v8::Maybe;
5554
using v8::MaybeLocal;
@@ -68,7 +67,6 @@ using v8::ScriptCompiler;
6867
using v8::ScriptOrigin;
6968
using v8::ScriptOrModule;
7069
using v8::String;
71-
using v8::Symbol;
7270
using v8::Uint32;
7371
using v8::UnboundScript;
7472
using v8::Value;

0 commit comments

Comments
 (0)