summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2016-06-21 16:20:57 -0400
committerBenety Goh <benety@mongodb.com>2016-06-21 22:57:38 -0400
commitb022cc63a3517cea5ba2e785ef9dfeb93b664c35 (patch)
tree9784f6f230c54de8ef8d68abb20cb803643f3a21 /src/mongo/db/repl/storage_interface_impl.h
parentf922c515b54335a6b91ed0c10698f9a689bfb395 (diff)
downloadmongo-b022cc63a3517cea5ba2e785ef9dfeb93b664c35.tar.gz
SERVER-24697 deprecated StorageInterface::writeOpsToOplog in favor of StorageInterface::insertDocuments
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.h')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.h b/src/mongo/db/repl/storage_interface_impl.h
index 0eb2f47e406..32181d78584 100644
--- a/src/mongo/db/repl/storage_interface_impl.h
+++ b/src/mongo/db/repl/storage_interface_impl.h
@@ -77,10 +77,6 @@ public:
void setMinValid(OperationContext* ctx, const BatchBoundaries& boundaries) override;
- StatusWith<OpTime> writeOpsToOplog(OperationContext* txn,
- const NamespaceString& nss,
- const MultiApplier::Operations& operations) override;
-
/**
* Allocates a new TaskRunner for use by the passed in collection.
*/