summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_cursor_manager.h
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-03-21 11:14:18 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2017-03-21 11:14:18 -0400
commitcbbdb02faead044e07b5a7d957298cdc07cc9258 (patch)
treec2c89b05faaadbe77254837ba434a2c81e4670cf /src/mongo/s/query/cluster_cursor_manager.h
parentb283aecc3a6e65e805c5ffe57b0ad4368faacbfd (diff)
downloadmongo-cbbdb02faead044e07b5a7d957298cdc07cc9258.tar.gz
Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"
This reverts commit 9e7974e4b6e2b3fe5e7741dce6549624113af196.
Diffstat (limited to 'src/mongo/s/query/cluster_cursor_manager.h')
-rw-r--r--src/mongo/s/query/cluster_cursor_manager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/s/query/cluster_cursor_manager.h b/src/mongo/s/query/cluster_cursor_manager.h
index d71c6966ee7..ad320452b3b 100644
--- a/src/mongo/s/query/cluster_cursor_manager.h
+++ b/src/mongo/s/query/cluster_cursor_manager.h
@@ -163,12 +163,6 @@ public:
bool isTailable() const;
/**
- * Returns the set of authenticated users when this cursor was created. Cannot be called
- * after returnCursor() is called. A cursor must be owned.
- */
- UserNameIterator getAuthenticatedUsers() const;
-
- /**
* Transfers ownership of the underlying cursor back to the manager. A cursor must be
* owned, and a cursor will no longer be owned after this method completes.
*