diff --git a/src/udp_wrap.cc b/src/udp_wrap.cc index 57238534c4..d8480f5ebd 100644 --- a/src/udp_wrap.cc +++ b/src/udp_wrap.cc @@ -342,7 +342,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()) {