Commit 23e63e96 authored by Dominik Charousset's avatar Dominik Charousset

Remove dead code from invoke_policy

parent 2cefa770
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#ifndef CAF_POLICY_INVOKE_POLICY_HPP #ifndef CAF_POLICY_INVOKE_POLICY_HPP
#define CAF_POLICY_INVOKE_POLICY_HPP #define CAF_POLICY_INVOKE_POLICY_HPP
#include <list>
#include <memory> #include <memory>
#include <iostream> #include <iostream>
#include <type_traits> #include <type_traits>
...@@ -109,8 +108,6 @@ class invoke_policy { ...@@ -109,8 +108,6 @@ class invoke_policy {
private: private:
std::list<std::unique_ptr<mailbox_element, detail::disposer>> m_cache;
inline void handle_timeout(message_handler&) { inline void handle_timeout(message_handler&) {
CAF_CRITICAL("handle_timeout(message_handler&)"); CAF_CRITICAL("handle_timeout(message_handler&)");
} }
......
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