summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/biggie_kv_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/biggie/biggie_kv_engine.cpp')
-rw-r--r--src/mongo/db/storage/biggie/biggie_kv_engine.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/storage/biggie/biggie_kv_engine.cpp b/src/mongo/db/storage/biggie/biggie_kv_engine.cpp
index 3e77b6a8cf3..7c83398126b 100644
--- a/src/mongo/db/storage/biggie/biggie_kv_engine.cpp
+++ b/src/mongo/db/storage/biggie/biggie_kv_engine.cpp
@@ -36,7 +36,6 @@
#include <memory>
#include "mongo/db/index/index_descriptor.h"
-#include "mongo/db/snapshot_window_options.h"
#include "mongo/db/storage/biggie/biggie_recovery_unit.h"
#include "mongo/db/storage/key_string.h"
#include "mongo/db/storage/record_store.h"
@@ -49,10 +48,6 @@ mongo::RecoveryUnit* KVEngine::newRecoveryUnit() {
return new RecoveryUnit(this, nullptr);
}
-void KVEngine::setCachePressureForTest(int pressure) {
- // TODO : implement.
-}
-
Status KVEngine::createRecordStore(OperationContext* opCtx,
StringData ns,
StringData ident,