Commit bb2f6ae5 authored by Dominik Charousset's avatar Dominik Charousset

Remove stale function body

parent f0041b0e
......@@ -87,10 +87,6 @@ optional<message> behavior_impl::invoke(message& xs) {
return none;
}
bool behavior_impl::invoke(detail::invoke_result_visitor& f, message& xs) {
return invoke(f, xs);
}
void behavior_impl::handle_timeout() {
// nop
}
......
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