summaryrefslogtreecommitdiff
path: root/src/mongo/db/cursor_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/cursor_manager.h')
-rw-r--r--src/mongo/db/cursor_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/cursor_manager.h b/src/mongo/db/cursor_manager.h
index 6817455ec0d..350e23b62d3 100644
--- a/src/mongo/db/cursor_manager.h
+++ b/src/mongo/db/cursor_manager.h
@@ -212,8 +212,6 @@ public:
*/
Status checkAuthForKillCursors(OperationContext* opCtx, CursorId id);
- void getCursorIds(std::set<CursorId>* openCursors) const;
-
/**
* Appends sessions that have open cursors in this cursor manager to the given set of lsids.
*/