Commit e94a5243 authored by Dominik Charousset's avatar Dominik Charousset

Remove dead code

parent 4a069f4b
......@@ -74,16 +74,6 @@ private:
// nop
}
auto strong_this() {
return intrusive_ptr{this};
}
void on_wakeup() {
if (buf_ && buf_->has_consumer_event()) {
mgr_->mpx().register_writing(mgr_);
}
}
intrusive_ptr<Buffer> buf_;
socket_manager_ptr mgr_;
action do_wakeup_;
......
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