summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_cache.h
diff options
context:
space:
mode:
authorsamantharitter <samantha.ritter@10gen.com>2017-10-19 15:44:06 -0400
committersamantharitter <samantha.ritter@10gen.com>2017-11-01 12:47:44 -0400
commitef8db41490338502892d2e546e9a745d529ad614 (patch)
tree0ca19a72e5e85bede3920ee79a2b8fd9ec59a749 /src/mongo/db/logical_session_cache.h
parentf9e38f099a892964a09d4a80aafd8edfef21594d (diff)
downloadmongo-ef8db41490338502892d2e546e9a745d529ad614.tar.gz
SERVER-31565 Remove unused logical session cache method
Diffstat (limited to 'src/mongo/db/logical_session_cache.h')
-rw-r--r--src/mongo/db/logical_session_cache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/logical_session_cache.h b/src/mongo/db/logical_session_cache.h
index f9ff378fc72..14a14968b67 100644
--- a/src/mongo/db/logical_session_cache.h
+++ b/src/mongo/db/logical_session_cache.h
@@ -91,12 +91,6 @@ public:
virtual void endSessions(const LogicalSessionIdSet& lsids) = 0;
/**
- * Removes all local records in this cache. Does not remove the corresponding
- * authoritative session records from the sessions collection.
- */
- virtual void clear() = 0;
-
- /**
* Refreshes the cache synchronously. This flushes all pending refreshes and
* inserts to the sessions collection.
*/