summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
diff options
context:
space:
mode:
authorYuhong Zhang <danielzhangyh@gmail.com>2020-06-18 02:39:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-18 21:26:45 +0000
commite2511f82bdd12a9902d0c8c5ea1101b77b560a5b (patch)
tree23e18a0dd4bf21073a3fa092193f2eb2541b6d98 /src/mongo/db/storage/kv
parente57156eff2a2ff5dbb1b6a75fee246241206453f (diff)
downloadmongo-e2511f82bdd12a9902d0c8c5ea1101b77b560a5b.tar.gz
SERVER-44505 Remove support for supportsDBLocking = false
Diffstat (limited to 'src/mongo/db/storage/kv')
-rw-r--r--src/mongo/db/storage/kv/kv_engine.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/storage/kv/kv_engine.h b/src/mongo/db/storage/kv/kv_engine.h
index f5ceccc0b53..a190fd09813 100644
--- a/src/mongo/db/storage/kv/kv_engine.h
+++ b/src/mongo/db/storage/kv/kv_engine.h
@@ -275,13 +275,6 @@ public:
/**
* This must not change over the lifetime of the engine.
*/
- virtual bool supportsDBLocking() const {
- return true;
- }
-
- /**
- * This must not change over the lifetime of the engine.
- */
virtual bool supportsCappedCollections() const {
return true;
}