summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_mock.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_mock.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_mock.h')
-rw-r--r--src/mongo/db/catalog/collection_mock.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/catalog/collection_mock.h b/src/mongo/db/catalog/collection_mock.h
index 2b435027c64..ae4a816f63f 100644
--- a/src/mongo/db/catalog/collection_mock.h
+++ b/src/mongo/db/catalog/collection_mock.h
@@ -85,11 +85,6 @@ public:
const CollectionInfoCache* infoCache() const {
std::abort();
}
-
- void refreshUUID(OperationContext* opCtx) {
- std::abort();
- }
-
const IndexCatalog* getIndexCatalog() const {
std::abort();
}