Remove un needed declaration from thread_pool

This commit is contained in:
gabime 2018-07-25 16:50:14 +03:00
parent ce5c1c24cf
commit 53cd47e19f
3 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ 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;
using q_type = details::mpmc_blocking_queue<item_type>;
thread_pool(size_t q_max_items, size_t threads_n)
: q_(q_max_items)

Binary file not shown.