summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_cursor_manager.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2018-07-02 12:27:39 -0400
committerDavid Storch <david.storch@10gen.com>2018-07-03 19:08:22 -0400
commit1403099513739a1f16d24070dace2b99b5d29ca3 (patch)
tree01fd5a8d85160de09dc19a8847e2f606389a04b3 /src/mongo/s/query/cluster_cursor_manager.h
parent7c8d941c7f6904a65476ca91c6013067d2149fe8 (diff)
downloadmongo-1403099513739a1f16d24070dace2b99b5d29ca3.tar.gz
SERVER-35948 Clean up stale TODO comments in query system code.
Also removes unneeded explicit initialization of default value in an IDL-generated type.
Diffstat (limited to 'src/mongo/s/query/cluster_cursor_manager.h')
-rw-r--r--src/mongo/s/query/cluster_cursor_manager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/s/query/cluster_cursor_manager.h b/src/mongo/s/query/cluster_cursor_manager.h
index c255a2177e5..d26e8a92243 100644
--- a/src/mongo/s/query/cluster_cursor_manager.h
+++ b/src/mongo/s/query/cluster_cursor_manager.h
@@ -67,10 +67,6 @@ class StatusWith;
* with the kill*() suite of methods.
*
* No public methods throw exceptions, and all public methods are thread-safe.
- *
- * TODO: Add maxTimeMS support. SERVER-19410.
- * TODO: Add method "size_t killCursorsOnNamespace(const NamespaceString& nss)" for
- * dropCollection()?
*/
class ClusterCursorManager {
MONGO_DISALLOW_COPYING(ClusterCursorManager);