summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_topology_coordinator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/mongos_topology_coordinator.cpp')
-rw-r--r--src/mongo/s/mongos_topology_coordinator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/mongos_topology_coordinator.cpp b/src/mongo/s/mongos_topology_coordinator.cpp
index 2cc3d230690..8b0cec8c2fa 100644
--- a/src/mongo/s/mongos_topology_coordinator.cpp
+++ b/src/mongo/s/mongos_topology_coordinator.cpp
@@ -51,7 +51,6 @@ OID instanceId;
MONGO_INITIALIZER(GenerateMongosInstanceId)(InitializerContext*) {
instanceId = OID::gen();
- return Status::OK();
}
// Signals that a hello request has started waiting.