summaryrefslogtreecommitdiff
path: root/src/mongo/s/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/config.h')
-rw-r--r--src/mongo/s/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/s/config.h b/src/mongo/s/config.h
index 73694eb37e2..2b0ecbb7d07 100644
--- a/src/mongo/s/config.h
+++ b/src/mongo/s/config.h
@@ -28,7 +28,6 @@
#pragma once
-#include <set>
#include <string>
#include "mongo/db/repl/optime.h"
@@ -96,8 +95,6 @@ public:
*/
bool load(OperationContext* txn);
- void getAllShardIds(std::set<ShardId>* shardIds);
-
protected:
typedef std::map<std::string, CollectionInfo> CollectionInfoMap;
typedef AtomicUInt64::WordType Counter;