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

Remove the fd overload of AsyncUDPSocket::setFD

Summary: It's dead... Hopefully...

Reviewed By: yfeldblum

Differential Revision: D13418381

fbshipit-source-id: 1d05aad80342d4f048ae37e90e9fc13d31676ddd
parent 0f6bc7a3
...@@ -128,9 +128,6 @@ class AsyncUDPSocket : public EventHandler { ...@@ -128,9 +128,6 @@ class AsyncUDPSocket : public EventHandler {
* FDOwnership::SHARED. In case FD is shared, it will not be `close`d in * FDOwnership::SHARED. In case FD is shared, it will not be `close`d in
* destructor. * destructor.
*/ */
void setFD(int fd, FDOwnership ownership) {
setFD(NetworkSocket::fromFd(fd), ownership);
}
virtual void setFD(NetworkSocket fd, FDOwnership ownership); virtual void setFD(NetworkSocket fd, FDOwnership ownership);
/** /**
......
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