Skip to content

Commit 890add3

Browse files
committed
src: fixup lint issues after dictionary template change
1 parent 235530f commit 890add3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/node_url_pattern.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ using v8::FunctionTemplate;
6161
using v8::Global;
6262
using v8::Isolate;
6363
using v8::Local;
64-
using v8::LocalVector;
6564
using v8::MaybeLocal;
6665
using v8::Name;
6766
using v8::NewStringType;

src/node_v8.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ using v8::Isolate;
4747
using v8::Local;
4848
using v8::LocalVector;
4949
using v8::MaybeLocal;
50-
using v8::Name;
5150
using v8::Object;
5251
using v8::ScriptCompiler;
5352
using v8::String;

src/node_worker.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ using v8::Local;
3838
using v8::Locker;
3939
using v8::Maybe;
4040
using v8::MaybeLocal;
41-
using v8::Name;
4241
using v8::NewStringType;
4342
using v8::Null;
4443
using v8::Number;

0 commit comments

Comments
 (0)