From bc3e230523e4677e2f3fed64ea89c369182a9272 Mon Sep 17 00:00:00 2001 From: Charlie Swanson Date: Mon, 28 Aug 2017 15:10:42 -0400 Subject: SERVER-30704 Use ARM to merge agg cursors on mongos. --- src/mongo/s/query/router_stage_skip.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mongo/s/query/router_stage_skip.h') 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 next() final; - void kill(OperationContext* opCtx) final; - - bool remotesExhausted() final; - - Status setAwaitDataTimeout(Milliseconds awaitDataTimeout) final; - private: long long _skip; -- cgit v1.2.1