Skip to content

Commit 14d012e

Browse files
committed
quic: fix minor linting issue
PR-URL: #33913 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent ff74e35 commit 14d012e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/quic/node_quic_socket.cc

Lines changed: 0 additions & 2 deletions
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)