Commit 29538469 authored by Dominik Charousset's avatar Dominik Charousset

Remove unnecessary pointer aliases from fwd.hpp

parent 83484106
...@@ -79,11 +79,6 @@ enum class atom_value : uint64_t; ...@@ -79,11 +79,6 @@ enum class atom_value : uint64_t;
// aliases // aliases
using actor_id = uint32_t; using actor_id = uint32_t;
// intrusive pointer types
using abstract_actor_ptr = intrusive_ptr<abstract_actor>;
using abstract_group_ptr = intrusive_ptr<abstract_group>;
using actor_proxy_ptr = intrusive_ptr<actor_proxy>;
// functions // functions
template <class T, typename U> template <class T, typename U>
T actor_cast(const U&); T actor_cast(const U&);
......
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