summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_standalone.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-04-18 18:11:49 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-05-02 17:32:13 -0400
commitdabbf059e6f96edb4898b42d532d460efd2510f2 (patch)
tree29de3211bc68c18526e200f63ba0fb5fc0cb42c4 /src/mongo/db/sessions_collection_standalone.cpp
parent7b427c88142e9313242dd76e7ecf1dbf0375b40e (diff)
downloadmongo-dabbf059e6f96edb4898b42d532d460efd2510f2.tar.gz
SERVER-37837 Move `config.transactions` manipulation out of SessionsCollection
Diffstat (limited to 'src/mongo/db/sessions_collection_standalone.cpp')
-rw-r--r--src/mongo/db/sessions_collection_standalone.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/sessions_collection_standalone.cpp b/src/mongo/db/sessions_collection_standalone.cpp
index 44dd35da49b..32e93491fbf 100644
--- a/src/mongo/db/sessions_collection_standalone.cpp
+++ b/src/mongo/db/sessions_collection_standalone.cpp
@@ -120,9 +120,4 @@ StatusWith<LogicalSessionIdSet> SessionsCollectionStandalone::findRemovedSession
makeFindFnForCommand(NamespaceString::kLogicalSessionsNamespace, &client));
}
-Status SessionsCollectionStandalone::removeTransactionRecords(OperationContext* opCtx,
- const LogicalSessionIdSet& sessions) {
- MONGO_UNREACHABLE;
-}
-
} // namespace mongo