Skip to content

Commit 2990429

Browse files
committed
src: remove unused using declarations async_wrap
PR-URL: #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 b544430 commit 2990429

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;
@@ -47,7 +45,6 @@ using v8::PromiseHookType;
4745
using v8::PropertyCallbackInfo;
4846
using v8::RetainedObjectInfo;
4947
using v8::String;
50-
using v8::TryCatch;
5148
using v8::Undefined;
5249
using v8::Value;
5350

0 commit comments

Comments
 (0)