Commit 0d9ae406 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Remove the fd overload of AsyncSocket::sendSocketMessage

Summary: It's no longer needed.

Reviewed By: yfeldblum

Differential Revision: D13105173

fbshipit-source-id: 2c1cf79af29a112fbe85d55aa3b180e7f783850c
parent 5f59d5fd
...@@ -1148,10 +1148,6 @@ class AsyncSocket : virtual public AsyncTransportWrapper { ...@@ -1148,10 +1148,6 @@ class AsyncSocket : virtual public AsyncTransportWrapper {
* @param msg_flags Flags to pass to sendmsg * @param msg_flags Flags to pass to sendmsg
*/ */
AsyncSocket::WriteResult AsyncSocket::WriteResult
sendSocketMessage(int fd, struct msghdr* msg, int msg_flags) {
return sendSocketMessage(NetworkSocket::fromFd(fd), msg, msg_flags);
}
AsyncSocket::WriteResult
sendSocketMessage(NetworkSocket fd, struct msghdr* msg, int msg_flags); sendSocketMessage(NetworkSocket fd, struct msghdr* msg, int msg_flags);
virtual ssize_t virtual ssize_t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment