summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2018-08-20 16:37:03 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2018-08-22 12:23:34 -0400
commit93db60cecd7ccb7e74b061c8f3c7f14a005fc2e9 (patch)
treefd7aee7c60ed5c9977bd84af3ff3e288289af193 /src/mongo/db/storage
parentf5e7c8f3e81fe0cd34d4952ed2b547f3c29e06a4 (diff)
downloadmongo-93db60cecd7ccb7e74b061c8f3c7f14a005fc2e9.tar.gz
SERVER-36302 Remove IndexCatalogImpl::_upgradeDatabaseMinorVersionIfNeeded and obsolete MMAP specific helper functions
Diffstat (limited to 'src/mongo/db/storage')
-rw-r--r--src/mongo/db/storage/kv/kv_database_catalog_entry_base.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/storage/kv/kv_database_catalog_entry_base.h b/src/mongo/db/storage/kv/kv_database_catalog_entry_base.h
index bd0e4ec3927..b3d2873363e 100644
--- a/src/mongo/db/storage/kv/kv_database_catalog_entry_base.h
+++ b/src/mongo/db/storage/kv/kv_database_catalog_entry_base.h
@@ -54,11 +54,6 @@ public:
BSONObjBuilder* out,
double scale) const override;
- bool isOlderThan24(OperationContext* opCtx) const override {
- return false;
- }
- void markIndexSafe24AndUp(OperationContext* opCtx) override {}
-
Status currentFilesCompatible(OperationContext* opCtx) const override;
void getCollectionNamespaces(std::list<std::string>* out) const override;