summaryrefslogtreecommitdiff
path: root/src/mongo/executor/network_interface_thread_pool_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/network_interface_thread_pool_test.cpp')
-rw-r--r--src/mongo/executor/network_interface_thread_pool_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/executor/network_interface_thread_pool_test.cpp b/src/mongo/executor/network_interface_thread_pool_test.cpp
index b6847284985..88a69a8b9fc 100644
--- a/src/mongo/executor/network_interface_thread_pool_test.cpp
+++ b/src/mongo/executor/network_interface_thread_pool_test.cpp
@@ -82,7 +82,6 @@ private:
MONGO_INITIALIZER(ThreadPoolCommonTests)(InitializerContext*) {
addTestsForThreadPool("ThreadPoolCommon",
[]() { return std::make_unique<NetworkInterfaceThreadPoolWithASIO>(); });
- return Status::OK();
}
} // namespace