summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Walak <walakmatthew@gmail.com>2021-06-09 15:07:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-10 21:26:15 +0000
commit256ee9bcd971b86bb2b26c7da3993540697c00ed (patch)
tree5e59de079477a5f36d51e72bd95b7d1b42371db3
parent16e34278c5bde6d33babc426d3d8ee3af068ee60 (diff)
downloadmongo-256ee9bcd971b86bb2b26c7da3993540697c00ed.tar.gz
SERVER-57526 Removed declaration of unused ReshardingDonorOplogIterator::_withTemporaryOperationContext() method
-rw-r--r--src/mongo/db/s/resharding/resharding_donor_oplog_iterator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/s/resharding/resharding_donor_oplog_iterator.h b/src/mongo/db/s/resharding/resharding_donor_oplog_iterator.h
index c640e66a3f4..a68af3b1745 100644
--- a/src/mongo/db/s/resharding/resharding_donor_oplog_iterator.h
+++ b/src/mongo/db/s/resharding/resharding_donor_oplog_iterator.h
@@ -116,9 +116,6 @@ public:
static constexpr auto kPostImageOpFieldName = "postImageOp"_sd;
private:
- template <typename Callable>
- auto _withTemporaryOperationContext(Callable&& callable);
-
std::vector<repl::OplogEntry> _fillBatch(Pipeline& pipeline);
const NamespaceString _oplogBufferNss;