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

Remove fd version of AsyncSocket::tfoSendMsg

Summary: It is no longer needed

Reviewed By: yfeldblum

Differential Revision: D13095360

fbshipit-source-id: 590b5483be9c14e2c8e8c06136f12de3c582368d
parent 936995ec
......@@ -1154,9 +1154,6 @@ class AsyncSocket : virtual public AsyncTransportWrapper {
AsyncSocket::WriteResult
sendSocketMessage(NetworkSocket fd, struct msghdr* msg, int msg_flags);
ssize_t tfoSendMsg(int fd, struct msghdr* msg, int msg_flags) {
return tfoSendMsg(NetworkSocket::fromFd(fd), msg, msg_flags);
}
virtual ssize_t
tfoSendMsg(NetworkSocket fd, struct msghdr* msg, int msg_flags);
......
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