Skip to content

Commit 1ba1861

Browse files
danbevMylesBorins
authored andcommitted
src: remove unused using declarations async_wrap
Backport-PR-URL: #19253 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 5966b8c commit 1ba1861

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/async_wrap.cc

-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
#include "v8.h"
2727
#include "v8-profiler.h"
2828

29-
using v8::Array;
3029
using v8::Context;
31-
using v8::Float64Array;
3230
using v8::Function;
3331
using v8::FunctionCallbackInfo;
3432
using v8::FunctionTemplate;
@@ -47,7 +45,6 @@ using v8::PropertyCallbackInfo;
4745
using v8::RetainedObjectInfo;
4846
using v8::String;
4947
using v8::Symbol;
50-
using v8::TryCatch;
5148
using v8::Undefined;
5249
using v8::Value;
5350

0 commit comments

Comments
 (0)