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

Commit

Permalink
quic: remove unused declaration
Browse files Browse the repository at this point in the history
PR-URL: #223
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
jasnell committed Dec 13, 2019
1 parent 5ae5c74 commit d43ddd5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/node_quic_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,6 @@ class QuicSocket : public AsyncWrap,
size_t suggested_size,
uv_buf_t* buf);

// static void OnRecv(
// uv_udp_t* handle,
// ssize_t nread,
// const uv_buf_t* buf,
// const struct sockaddr* addr,
// unsigned int flags);

void Receive(
ssize_t nread,
AllocatedBuffer buf,
Expand Down

0 comments on commit d43ddd5

Please sign in to comment.