summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_impl.cpp
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2017-03-30 11:19:33 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2017-03-30 13:15:31 -0400
commitba1fa56004826b42bd8fa7d5b5a0c78fc1b57af9 (patch)
tree7446bdcdd48b073db23ad194bcf787da228e9e6b /src/mongo/s/query/cluster_client_cursor_impl.cpp
parent9f5c312c9a21590a8ed430ccbc50bf81c915424f (diff)
downloadmongo-ba1fa56004826b42bd8fa7d5b5a0c78fc1b57af9.tar.gz
SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing the cursors (2) sending the getMore's
Diffstat (limited to 'src/mongo/s/query/cluster_client_cursor_impl.cpp')
-rw-r--r--src/mongo/s/query/cluster_client_cursor_impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/s/query/cluster_client_cursor_impl.cpp b/src/mongo/s/query/cluster_client_cursor_impl.cpp
index dec40936d7c..1bd2bd644a8 100644
--- a/src/mongo/s/query/cluster_client_cursor_impl.cpp
+++ b/src/mongo/s/query/cluster_client_cursor_impl.cpp
@@ -104,10 +104,6 @@ UserNameIterator ClusterClientCursorImpl::getAuthenticatedUsers() const {
_params.authenticatedUsers.end());
}
-boost::optional<BSONObj> ClusterClientCursorImpl::viewDefinition() const {
- return _params.viewDefinition;
-}
-
long long ClusterClientCursorImpl::getNumReturnedSoFar() const {
return _numReturnedSoFar;
}