Remove un needed declaration from thread_pool

pull/773/head
gabime 7 years ago
parent ce5c1c24cf
commit 53cd47e19f

@ -109,7 +109,6 @@ class thread_pool
public:
using item_type = async_msg;
using q_type = details::mpmc_blocking_queue<item_type>;
using clock_type = std::chrono::steady_clock;
thread_pool(size_t q_max_items, size_t threads_n)
: q_(q_max_items)

Binary file not shown.
Loading…
Cancel
Save