Commit 722cc2ed authored by Dominik Charousset's avatar Dominik Charousset

Remove unused member types

parent d6e4b796
......@@ -35,8 +35,6 @@ namespace caf {
class abstract_downstream {
public:
using topics = std::vector<atom_value>;
using path = downstream_path;
using path_cref = const path&;
......@@ -53,9 +51,6 @@ public:
/// List of views to paths.
using path_ptr_list = std::vector<path_ptr>;
/// Stores all available paths sorted by topics.
using path_map = std::unordered_map<topics, path_ptr_list>;
using policy_ptr = std::unique_ptr<downstream_policy>;
abstract_downstream(local_actor* selfptr, const stream_id& sid,
......
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