summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/rollback_source.h')
-rw-r--r--src/mongo/db/repl/rollback_source.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/repl/rollback_source.h b/src/mongo/db/repl/rollback_source.h
index 5d58240b820..6662bfc331b 100644
--- a/src/mongo/db/repl/rollback_source.h
+++ b/src/mongo/db/repl/rollback_source.h
@@ -90,12 +90,6 @@ public:
const BSONObj& filter) const = 0;
/**
- * Clones a single collection from the sync source.
- */
- virtual void copyCollectionFromRemote(OperationContext* opCtx,
- const NamespaceString& nss) const = 0;
-
- /**
* Finds and returns collection info using the UUID.
*/
virtual StatusWith<BSONObj> getCollectionInfoByUUID(const std::string& db,