Commit f3ccd27d authored by Dominik Charousset's avatar Dominik Charousset

Fix unused-variable warning

parent 721cf711
......@@ -33,8 +33,6 @@ using atomic_count = std::atomic<size_t>;
size_t assumed_thread_count;
size_t assumed_init_calls;
std::mutex mx;
struct dummy_thread_hook : thread_hook {
void init(actor_system&) override {
// nop
......
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