Skip to content

Commit a4563d8

Browse files
committed
src: remove unused using declarations async_wrap
PR-URL: nodejs#18893 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent fed51b3 commit a4563d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/async_wrap.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
#include "v8.h"
2828
#include "v8-profiler.h"
2929

30-
using v8::Array;
3130
using v8::Context;
32-
using v8::Float64Array;
3331
using v8::Function;
3432
using v8::FunctionCallbackInfo;
3533
using v8::FunctionTemplate;
@@ -48,7 +46,6 @@ using v8::PropertyCallbackInfo;
4846
using v8::RetainedObjectInfo;
4947
using v8::String;
5048
using v8::Symbol;
51-
using v8::TryCatch;
5249
using v8::Undefined;
5350
using v8::Value;
5451

0 commit comments

Comments
 (0)