summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-04-22 17:16:45 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-05-24 11:02:20 -0400
commit8a08cedcdf5a7edb3ad3da1bcbd2cf2a426be547 (patch)
tree8b664a8b448ae788e89cfbb23e5942e48e3309f2 /src/mongo/db/operation_context.cpp
parent0ed049682378896e5c2eb4f689ebbed722323a12 (diff)
downloadmongo-8a08cedcdf5a7edb3ad3da1bcbd2cf2a426be547.tar.gz
SERVER-23905 Move writesAreReplicated flag from OperationContextImpl to OperationContext.
This removes the last difference between OperationContextNoop and OperationContextReplMock, so this patch also deletes the latter.
Diffstat (limited to 'src/mongo/db/operation_context.cpp')
-rw-r--r--src/mongo/db/operation_context.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/operation_context.cpp b/src/mongo/db/operation_context.cpp
index 18c98a047a0..1b20493235b 100644
--- a/src/mongo/db/operation_context.cpp
+++ b/src/mongo/db/operation_context.cpp
@@ -203,5 +203,4 @@ Status OperationContext::checkForInterruptNoAssert() {
return Status::OK();
}
-
} // namespace mongo