Commit f53746ae authored by Dominik Charousset's avatar Dominik Charousset

Remove dead code

parent 315c41e9
......@@ -343,9 +343,6 @@ invoke_message_result local_actor::invoke_message(mailbox_element_ptr& ptr,
CAF_LOG_DEBUG("handle timeout message");
auto& tm = ptr->msg.get_as<timeout_msg>(0);
handle_timeout(fun, tm.timeout_id);
if (awaited_id.valid()) {
mark_arrived(awaited_id);
}
return im_success;
}
// ignore "async" timeout
......
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