summaryrefslogtreecommitdiff
path: root/src/mongo/db/shard_id.h
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2023-02-22 19:49:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-23 00:22:25 +0000
commit09fe46995dca6375632632f5fc334035359db870 (patch)
tree463cf1b01b1c1de5b1ab7684c294b50b3a65013e /src/mongo/db/shard_id.h
parent24f148eec2575aff086f596075441cbfde79b9bc (diff)
downloadmongo-09fe46995dca6375632632f5fc334035359db870.tar.gz
SERVER-73865 Use config shard name for the config server
Diffstat (limited to 'src/mongo/db/shard_id.h')
-rw-r--r--src/mongo/db/shard_id.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/shard_id.h b/src/mongo/db/shard_id.h
index b99469d1459..798f8e427a1 100644
--- a/src/mongo/db/shard_id.h
+++ b/src/mongo/db/shard_id.h
@@ -43,7 +43,6 @@ namespace mongo {
class ShardId {
public:
static const ShardId kConfigServerId;
- static const ShardId kCatalogShardId;
ShardId(std::string shardId) : _shardId(std::move(shardId)) {}