summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_mock.h
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2019-07-29 17:08:44 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2019-08-07 14:29:56 -0400
commit455b66c00bc5f885621477b63a7bfb2997ef59ae (patch)
tree5e462a40a31c3211d95c4fe91edea7a636bbe764 /src/mongo/db/catalog/collection_mock.h
parent590f4e148ac14bda1fc1e21b4d173c3bc2d25da2 (diff)
downloadmongo-455b66c00bc5f885621477b63a7bfb2997ef59ae.tar.gz
SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a member) on Collection object
Diffstat (limited to 'src/mongo/db/catalog/collection_mock.h')
-rw-r--r--src/mongo/db/catalog/collection_mock.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/catalog/collection_mock.h b/src/mongo/db/catalog/collection_mock.h
index af1bc78c578..d18881c2501 100644
--- a/src/mongo/db/catalog/collection_mock.h
+++ b/src/mongo/db/catalog/collection_mock.h
@@ -60,12 +60,6 @@ public:
std::abort();
}
- CollectionInfoCache* infoCache() {
- std::abort();
- }
- const CollectionInfoCache* infoCache() const {
- std::abort();
- }
const IndexCatalog* getIndexCatalog() const {
return _indexCatalog.get();
}