summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_mock.h
diff options
context:
space:
mode:
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();
}