Commit 857454ae authored by Dominik Charousset's avatar Dominik Charousset

Remove obsolete type alias

parent 86ddf627
...@@ -29,9 +29,6 @@ class actor_proxy_impl : public actor_proxy { ...@@ -29,9 +29,6 @@ class actor_proxy_impl : public actor_proxy {
public: public:
using super = actor_proxy; using super = actor_proxy;
using serialize_fun = std::vector<char> (*)(actor_system&,
const type_erased_tuple&);
actor_proxy_impl(actor_config& cfg, endpoint_manager_ptr dst); actor_proxy_impl(actor_config& cfg, endpoint_manager_ptr dst);
~actor_proxy_impl() override; ~actor_proxy_impl() override;
......
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