summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/collection_cloner.h')
-rw-r--r--src/mongo/db/repl/collection_cloner.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mongo/db/repl/collection_cloner.h b/src/mongo/db/repl/collection_cloner.h
index 5ca0057fba1..80d8a9d72bc 100644
--- a/src/mongo/db/repl/collection_cloner.h
+++ b/src/mongo/db/repl/collection_cloner.h
@@ -226,12 +226,6 @@ private:
*/
void runQuery();
- /**
- * Used to terminate the clone when we encounter a fatal error during a non-resumable query.
- * Throws.
- */
- void abortNonResumableClone(const Status& status);
-
// All member variables are labeled with one of the following codes indicating the
// synchronization rules for accessing them.
//
@@ -266,9 +260,6 @@ private:
// like _documentsToInsert, is destroyed after those threads exit.
TaskRunner _dbWorkTaskRunner; // (R)
- // Does the sync source support resumable queries? (wire version 4.4+)
- bool _resumeSupported = false; // (X)
-
// The resumeToken used to resume after network error.
boost::optional<BSONObj> _resumeToken; // (X)