summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/base_cloner_test_fixture.cpp
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2017-08-11 17:09:56 -0400
committerWilliam Schultz <william.schultz@mongodb.com>2017-08-11 17:09:56 -0400
commit8ddfeab4644aa38082b3cd03cfeef1dd6c65d35a (patch)
tree0be30537fbd87401cf57ac1cd3d414884eaab2dd /src/mongo/db/repl/base_cloner_test_fixture.cpp
parent0d3137df3879e86d92904309e968f25529904639 (diff)
downloadmongo-8ddfeab4644aa38082b3cd03cfeef1dd6c65d35a.tar.gz
Revert "SERVER-29617 replace fetcher with ARM and add numCursors server parameter"
This reverts commit 0d3137df3879e86d92904309e968f25529904639.
Diffstat (limited to 'src/mongo/db/repl/base_cloner_test_fixture.cpp')
-rw-r--r--src/mongo/db/repl/base_cloner_test_fixture.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/repl/base_cloner_test_fixture.cpp b/src/mongo/db/repl/base_cloner_test_fixture.cpp
index fa418d338fb..e1a8131fb10 100644
--- a/src/mongo/db/repl/base_cloner_test_fixture.cpp
+++ b/src/mongo/db/repl/base_cloner_test_fixture.cpp
@@ -76,11 +76,6 @@ BSONObj BaseClonerTest::createCursorResponse(CursorId cursorId, const BSONArray&
}
// static
-BSONObj BaseClonerTest::createFinalCursorResponse(const BSONArray& docs) {
- return createCursorResponse(0, docs, "nextBatch");
-}
-
-// static
BSONObj BaseClonerTest::createListCollectionsResponse(CursorId cursorId,
const BSONArray& colls,
const char* fieldName) {