Commit 0923e6ee authored by Dominik Charousset's avatar Dominik Charousset

Remove redundant type alias

parent 8bd7f2f2
......@@ -188,9 +188,6 @@ public:
/// A queue optimized for single-reader-many-writers.
using mailbox_type = intrusive::fifo_inbox<mailbox_policy>;
/// A reference-counting pointer to a `stream_manager`.
using stream_manager_ptr = intrusive_ptr<stream_manager>;
/// The message ID of an outstanding response with its callback.
using pending_response = std::pair<const message_id, behavior>;
......
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