diff options
author | Judah Schvimer <judah@mongodb.com> | 2016-04-25 13:50:42 -0400 |
---|---|---|
committer | Judah Schvimer <judah@mongodb.com> | 2016-04-25 13:50:42 -0400 |
commit | ac3f0e4414201c8a33e1f48f8fb51e734acaf597 (patch) | |
tree | 77a7fd31215e5e39bb2733ce91a6d75de92ef8f6 /src/mongo/db/write_concern.h | |
parent | 74c1d8599bed7b2481bd2e7d9f3814a02c789536 (diff) | |
download | mongo-ac3f0e4414201c8a33e1f48f8fb51e734acaf597.tar.gz |
SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()
Diffstat (limited to 'src/mongo/db/write_concern.h')
-rw-r--r-- | src/mongo/db/write_concern.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/db/write_concern.h b/src/mongo/db/write_concern.h index 653871ffe12..2b18ff5c538 100644 --- a/src/mongo/db/write_concern.h +++ b/src/mongo/db/write_concern.h @@ -42,14 +42,6 @@ class OpTime; } /** - * If txn->getWriteConcern() indicates a durable commit level, - * marks the RecoveryUnit associated with "txn" appropriately. - * Provides a hint to the storage engine that - * particular operations will be waiting for their changes to become durable. - */ -void setupSynchronousCommit(OperationContext* txn); - -/** * Attempts to extract a writeConcern from cmdObj. * Verifies that the writeConcern is of type Object (BSON type) and * that the resulting writeConcern is valid for this particular host. |