summaryrefslogtreecommitdiff
path: root/src/mongo/db/sessions_collection_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/sessions_collection_standalone.h')
-rw-r--r--src/mongo/db/sessions_collection_standalone.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/sessions_collection_standalone.h b/src/mongo/db/sessions_collection_standalone.h
index 2ecd49afa79..ad5f155dd64 100644
--- a/src/mongo/db/sessions_collection_standalone.h
+++ b/src/mongo/db/sessions_collection_standalone.h
@@ -47,8 +47,7 @@ public:
* or equal to the current time.
*/
Status refreshSessions(OperationContext* opCtx,
- const LogicalSessionRecordSet& sessions,
- Date_t refreshTime) override;
+ const LogicalSessionRecordSet& sessions) override;
/**
* Removes the authoritative records for the specified sessions.