summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/kv/kv_engine.h')
-rw-r--r--src/mongo/db/storage/kv/kv_engine.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mongo/db/storage/kv/kv_engine.h b/src/mongo/db/storage/kv/kv_engine.h
index f20897f8be2..f5ceccc0b53 100644
--- a/src/mongo/db/storage/kv/kv_engine.h
+++ b/src/mongo/db/storage/kv/kv_engine.h
@@ -356,18 +356,6 @@ public:
virtual void setOldestTimestamp(Timestamp newOldestTimestamp, bool force) {}
/**
- * See `StorageEngine::isCacheUnderPressure()`
- */
- virtual bool isCacheUnderPressure(OperationContext* opCtx) const {
- return false;
- }
-
- /**
- * See 'StorageEngine::setCachePressureForTest()'
- */
- virtual void setCachePressureForTest(int pressure) {}
-
- /**
* See `StorageEngine::supportsRecoverToStableTimestamp`
*/
virtual bool supportsRecoverToStableTimestamp() const {