Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit d43ddd5

Browse files
committed
quic: remove unused declaration
PR-URL: #223 Reviewed-By: Anna Henningsen <[email protected]>
1 parent 5ae5c74 commit d43ddd5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/node_quic_socket.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,6 @@ class QuicSocket : public AsyncWrap,
192192
size_t suggested_size,
193193
uv_buf_t* buf);
194194

195-
// static void OnRecv(
196-
// uv_udp_t* handle,
197-
// ssize_t nread,
198-
// const uv_buf_t* buf,
199-
// const struct sockaddr* addr,
200-
// unsigned int flags);
201-
202195
void Receive(
203196
ssize_t nread,
204197
AllocatedBuffer buf,

0 commit comments

Comments
 (0)