summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/client/shard_registry.h')
-rw-r--r--src/mongo/s/client/shard_registry.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/s/client/shard_registry.h b/src/mongo/s/client/shard_registry.h
index df7c5a75977..96b27923275 100644
--- a/src/mongo/s/client/shard_registry.h
+++ b/src/mongo/s/client/shard_registry.h
@@ -283,12 +283,6 @@ public:
void reload(OperationContext* opCtx);
/**
- * Clears all entries from the shard registry entries, which will force the registry to do a
- * reload on next access.
- */
- void clearEntries();
-
- /**
* For use in mongos which needs notifications about changes to shard replset membership to
* update the config.shards collection.
*/