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

Remove the fd overload of EventHandler::initHandler

Summary: It's dead.

Reviewed By: yfeldblum

Differential Revision: D13477847

fbshipit-source-id: 9ba568fe7070b337646e89790339dc6c35d0b86f
parent 69c7f1b7
...@@ -153,10 +153,6 @@ class EventHandler : private boost::noncopyable { ...@@ -153,10 +153,6 @@ class EventHandler : private boost::noncopyable {
* a EventBase. This is primarily intended to be used to initialize * a EventBase. This is primarily intended to be used to initialize
* EventHandler objects created using the default constructor. * EventHandler objects created using the default constructor.
*/ */
void initHandler(EventBase* eventBase, int fd) {
initHandler(eventBase, NetworkSocket::fromFd(fd));
}
void initHandler(EventBase* eventBase, NetworkSocket fd); void initHandler(EventBase* eventBase, NetworkSocket 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