summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/transport/service_entry_point_impl.cpp')
-rw-r--r--src/mongo/transport/service_entry_point_impl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/transport/service_entry_point_impl.cpp b/src/mongo/transport/service_entry_point_impl.cpp
index 400979f14d9..33f2ae0f213 100644
--- a/src/mongo/transport/service_entry_point_impl.cpp
+++ b/src/mongo/transport/service_entry_point_impl.cpp
@@ -333,11 +333,6 @@ void ServiceEntryPointImpl::appendStats(BSONObjBuilder* bob) const {
static_cast<int>(IsMasterMetrics::get(_svcCtx)->getNumExhaustIsMaster()));
bob->append("awaitingTopologyChanges",
static_cast<int>(IsMasterMetrics::get(_svcCtx)->getNumAwaitingTopologyChanges()));
-
- if (auto adminExec = transport::ServiceExecutorReserved::get(_svcCtx)) {
- BSONObjBuilder section(bob->subobjStart("adminConnections"));
- adminExec->appendStats(&section);
- }
}
} // namespace mongo