From cacf36cb6647c9f3f6e895c7face718a54725567 Mon Sep 17 00:00:00 2001 From: samantharitter Date: Tue, 15 Aug 2017 18:03:59 -0400 Subject: SERVER-29202 Remove unused fetch methods from logical session cache --- src/mongo/db/sessions_collection.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mongo/db/sessions_collection.h') diff --git a/src/mongo/db/sessions_collection.h b/src/mongo/db/sessions_collection.h index 79a9b23535f..553a74224a4 100644 --- a/src/mongo/db/sessions_collection.h +++ b/src/mongo/db/sessions_collection.h @@ -53,13 +53,6 @@ public: static constexpr StringData kSessionsCollection = "system.sessions"_sd; static constexpr StringData kSessionsFullNS = "admin.system.sessions"_sd; - /** - * Returns a LogicalSessionRecord for the given session id. This method - * may run networking operations on the calling thread. - */ - virtual StatusWith fetchRecord(OperationContext* opCtx, - const LogicalSessionId& id) = 0; - /** * Updates the last-use times on the given sessions to be greater than * or equal to the given time. Returns an error if a networking issue occurred. -- cgit v1.2.1