summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_limit.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/router_stage_limit.h
parent5769969b746c079fa9cd6fd52a11a25b6a5df417 (diff)
downloadmongo-77fb77fb8ef0139558787cb59d563bb75d3d94e1.tar.gz
SERVER-57985 Remove RouterExecStage::ExecContext
Diffstat (limited to 'src/mongo/s/query/router_stage_limit.h')
-rw-r--r--src/mongo/s/query/router_stage_limit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/router_stage_limit.h b/src/mongo/s/query/router_stage_limit.h
index b7ea4fa5da1..d392a4902dc 100644
--- a/src/mongo/s/query/router_stage_limit.h
+++ b/src/mongo/s/query/router_stage_limit.h
@@ -42,7 +42,7 @@ public:
std::unique_ptr<RouterExecStage> child,
long long limit);
- StatusWith<ClusterQueryResult> next(ExecContext) final;
+ StatusWith<ClusterQueryResult> next() final;
private:
long long _limit;