diff --git a/src/common/thread_group.h b/src/common/thread_group.h index 62e82d83..10add89e 100644 --- a/src/common/thread_group.h +++ b/src/common/thread_group.h @@ -112,12 +112,10 @@ private: struct work; struct node { - node() = delete; std::unique_ptr ptr; }; struct work { - work() = delete; std::function f; node next; };