summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.h
diff options
context:
space:
mode:
authorBen Judd <ben.judd@10gen.com>2018-06-07 16:52:18 -0400
committerBen Judd <ben.judd@10gen.com>2018-06-18 15:54:16 -0400
commit62b7707c8dc29f786f26fd1762066efe4b64cd37 (patch)
treed23dc803dd57b2fd32f42aa21b5860958ea73d00 /src/mongo/db/catalog/collection_impl.h
parent570c2570a728a646a953cee6abedeaa3517f8215 (diff)
downloadmongo-62b7707c8dc29f786f26fd1762066efe4b64cd37.tar.gz
SERVER-35134 Remove UUID fixup code, instead fail fast for collections
without UUIDS. By 4.0 all collections should have them.
Diffstat (limited to 'src/mongo/db/catalog/collection_impl.h')
-rw-r--r--src/mongo/db/catalog/collection_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/collection_impl.h b/src/mongo/db/catalog/collection_impl.h
index ad2e72703f8..f426354c713 100644
--- a/src/mongo/db/catalog/collection_impl.h
+++ b/src/mongo/db/catalog/collection_impl.h
@@ -84,8 +84,6 @@ public:
return _uuid;
}
- void refreshUUID(OperationContext* opCtx) final;
-
const IndexCatalog* getIndexCatalog() const final {
return &_indexCatalog;
}