summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/biggie_kv_engine.cpp
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-05-07 16:21:38 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-13 15:47:52 +0000
commit84fd6eb9c0a700329dc0750261d05dd6741791cc (patch)
tree297aa121c0315d4bbaf8c323a2ac4c494448b9b1 /src/mongo/db/storage/biggie/biggie_kv_engine.cpp
parent4497a21aae1bf9eabce5394798582f113d2f5a45 (diff)
downloadmongo-f1b99df5.tar.gz
SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5
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,