Skip to content

Commit 14d012e

Browse files
committed
quic: fix minor linting issue
PR-URL: #33913 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent ff74e35 commit 14d012e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/quic/node_quic_socket.cc

-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ using v8::Context;
3232
using v8::FunctionCallbackInfo;
3333
using v8::FunctionTemplate;
3434
using v8::HandleScope;
35-
using v8::Integer;
3635
using v8::Isolate;
3736
using v8::Local;
3837
using v8::Number;
3938
using v8::Object;
4039
using v8::ObjectTemplate;
41-
using v8::PropertyAttribute;
4240
using v8::String;
4341
using v8::Value;
4442

0 commit comments

Comments
 (0)