summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor.h
diff options
context:
space:
mode:
authorDenis Grebennicov <denis.grebennicov@mongodb.com>2021-07-05 18:23:41 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-12 09:12:25 +0000
commit77fb77fb8ef0139558787cb59d563bb75d3d94e1 (patch)
treec2e2fb9a56fe1131f6ae4d97ca203a688a1ac4d9 /src/mongo/s/query/cluster_client_cursor.h
parent5769969b746c079fa9cd6fd52a11a25b6a5df417 (diff)
downloadmongo-77fb77fb8ef0139558787cb59d563bb75d3d94e1.tar.gz
SERVER-57985 Remove RouterExecStage::ExecContext
Diffstat (limited to 'src/mongo/s/query/cluster_client_cursor.h')
-rw-r--r--src/mongo/s/query/cluster_client_cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_client_cursor.h b/src/mongo/s/query/cluster_client_cursor.h
index 87e3271e692..e98783cc09d 100644
--- a/src/mongo/s/query/cluster_client_cursor.h
+++ b/src/mongo/s/query/cluster_client_cursor.h
@@ -71,7 +71,7 @@ public:
*
* A non-ok status is returned in case of any error.
*/
- virtual StatusWith<ClusterQueryResult> next(RouterExecStage::ExecContext) = 0;
+ virtual StatusWith<ClusterQueryResult> next() = 0;
/**
* Must be called before destruction to abandon a not-yet-exhausted cursor. If next() has