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

Remove AsyncUDPSocket->getFD

Summary: It's dead.

Reviewed By: yfeldblum

Differential Revision: D14425042

fbshipit-source-id: 098de614955eedd7ccc733858db85b997d01d9e0
parent f8dbfe77
...@@ -195,10 +195,6 @@ class AsyncUDPSocket : public EventHandler { ...@@ -195,10 +195,6 @@ class AsyncUDPSocket : public EventHandler {
/** /**
* Get internal FD used by this socket * Get internal FD used by this socket
*/ */
virtual int getFD(int) const {
return getNetworkSocket().toFd();
}
virtual NetworkSocket getNetworkSocket() const { virtual NetworkSocket getNetworkSocket() const {
CHECK_NE(NetworkSocket(), fd_) << "Need to bind before getting FD out"; CHECK_NE(NetworkSocket(), fd_) << "Need to bind before getting FD out";
return fd_; return fd_;
......
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