summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_shard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog/type_shard.h')
-rw-r--r--src/mongo/s/catalog/type_shard.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/s/catalog/type_shard.h b/src/mongo/s/catalog/type_shard.h
index fa73e1271a4..3038655f168 100644
--- a/src/mongo/s/catalog/type_shard.h
+++ b/src/mongo/s/catalog/type_shard.h
@@ -57,9 +57,6 @@ public:
kShardAware,
};
- // Name of the shards collection in the config server.
- static const NamespaceString ConfigNS;
-
// Field names and types in the shards collection type.
static const BSONField<std::string> name;
static const BSONField<std::string> host;