diff --git a/src/udp_wrap.cc b/src/udp_wrap.cc index 64937a274e..6e6c46aad0 100644 --- a/src/udp_wrap.cc +++ b/src/udp_wrap.cc @@ -354,7 +354,6 @@ void UDPWrap::RecvStop(const FunctionCallbackInfo& args) { } -// TODO(bnoordhuis) share with StreamWrap::AfterWrite() in stream_wrap.cc void UDPWrap::OnSend(uv_udp_send_t* req, int status) { SendWrap* req_wrap = static_cast(req->data); if (req_wrap->have_callback()) {