summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_skip.h
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2017-08-28 15:10:42 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2017-09-01 15:36:35 -0400
commitbc3e230523e4677e2f3fed64ea89c369182a9272 (patch)
treebb35904e784f224e6d5ab87b508c69c72f447dd3 /src/mongo/s/query/router_stage_skip.h
parent4e01e3582541fc00ec2e83c97cac89b59fbfeb34 (diff)
downloadmongo-bc3e230523e4677e2f3fed64ea89c369182a9272.tar.gz
SERVER-30704 Use ARM to merge agg cursors on mongos.
Diffstat (limited to 'src/mongo/s/query/router_stage_skip.h')
-rw-r--r--src/mongo/s/query/router_stage_skip.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/s/query/router_stage_skip.h b/src/mongo/s/query/router_stage_skip.h
index 49051128577..9e67d25b74d 100644
--- a/src/mongo/s/query/router_stage_skip.h
+++ b/src/mongo/s/query/router_stage_skip.h
@@ -43,12 +43,6 @@ public:
StatusWith<ClusterQueryResult> next() final;
- void kill(OperationContext* opCtx) final;
-
- bool remotesExhausted() final;
-
- Status setAwaitDataTimeout(Milliseconds awaitDataTimeout) final;
-
private:
long long _skip;