summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection.h
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2018-08-28 14:11:04 -0400
committerMisha Tyulenev <misha@mongodb.com>2018-08-28 14:11:23 -0400
commita3d17a55ca68ba37eb59620e04258f61f133b21f (patch)
tree8a65697acc08f83d75e1383614a1867ec8aa2255 /src/mongo/db/sessions_collection.h
parent0add763d724f409cc4e90d86e0047a8810929d6d (diff)
downloadmongo-a3d17a55ca68ba37eb59620e04258f61f133b21f.tar.gz
SERVER-36332 write to primary from secondary in LogicalSessionsCache for ReplicaSet
Diffstat (limited to 'src/mongo/db/sessions_collection.h')
-rw-r--r--src/mongo/db/sessions_collection.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/sessions_collection.h b/src/mongo/db/sessions_collection.h
index 59440a5c755..7635124c5a7 100644
--- a/src/mongo/db/sessions_collection.h
+++ b/src/mongo/db/sessions_collection.h
@@ -103,9 +103,6 @@ protected:
Status doRefresh(const NamespaceString& ns,
const LogicalSessionRecordSet& sessions,
SendBatchFn send);
- Status doRefreshExternal(const NamespaceString& ns,
- const LogicalSessionRecordSet& sessions,
- SendBatchFn send);
/**
* Formats and sends batches of deletes for the given set of sessions.
@@ -113,9 +110,6 @@ protected:
Status doRemove(const NamespaceString& ns,
const LogicalSessionIdSet& sessions,
SendBatchFn send);
- Status doRemoveExternal(const NamespaceString& ns,
- const LogicalSessionIdSet& sessions,
- SendBatchFn send);
/**
* Formats and sends batches of fetches for the given set of sessions.