summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/thread_pool_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/thread_pool_test.cpp')
-rw-r--r--src/mongo/util/concurrency/thread_pool_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/util/concurrency/thread_pool_test.cpp b/src/mongo/util/concurrency/thread_pool_test.cpp
index 0b456c6abc1..c5eb7771eb5 100644
--- a/src/mongo/util/concurrency/thread_pool_test.cpp
+++ b/src/mongo/util/concurrency/thread_pool_test.cpp
@@ -55,7 +55,6 @@ using namespace fmt::literals;
MONGO_INITIALIZER(ThreadPoolCommonTests)(InitializerContext*) {
addTestsForThreadPool("ThreadPoolCommon",
[]() { return std::make_unique<ThreadPool>(ThreadPool::Options()); });
- return Status::OK();
}
class ThreadPoolTest : public unittest::Test {