summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog/type_collection.h')
-rw-r--r--src/mongo/s/catalog/type_collection.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/mongo/s/catalog/type_collection.h b/src/mongo/s/catalog/type_collection.h
index 79a4896306a..a903da4d224 100644
--- a/src/mongo/s/catalog/type_collection.h
+++ b/src/mongo/s/catalog/type_collection.h
@@ -113,13 +113,8 @@ public:
// Name of the collections collection in the config server.
static const NamespaceString ConfigNS;
- CollectionType(NamespaceString nss, OID epoch, Date_t updatedAt, UUID uuid);
-
- CollectionType(NamespaceString nss,
- OID epoch,
- boost::optional<Timestamp> creationTime,
- Date_t updatedAt,
- UUID uuid);
+ CollectionType(
+ NamespaceString nss, OID epoch, Timestamp creationTime, Date_t updatedAt, UUID uuid);
explicit CollectionType(const BSONObj& obj);