diff --git a/src/udp_wrap.cc b/src/udp_wrap.cc index 4d6b2377ec..d14eefd64d 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()) {