Commit d9c9ba37 authored by Dominik Charousset's avatar Dominik Charousset

Remove obsolete type alias

parent a1755101
......@@ -29,9 +29,6 @@ class actor_proxy_impl : public actor_proxy {
public:
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() 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