summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/batch_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/write_commands/batch_executor.h')
-rw-r--r--src/mongo/db/commands/write_commands/batch_executor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/write_commands/batch_executor.h b/src/mongo/db/commands/write_commands/batch_executor.h
index e5d55a5b9fb..6216ae65c89 100644
--- a/src/mongo/db/commands/write_commands/batch_executor.h
+++ b/src/mongo/db/commands/write_commands/batch_executor.h
@@ -33,7 +33,6 @@
#include "mongo/base/disallow_copying.h"
#include "mongo/db/ops/update_request.h"
-#include "mongo/db/write_concern_options.h"
#include "mongo/s/write_ops/batched_command_request.h"
#include "mongo/s/write_ops/batched_command_response.h"
#include "mongo/s/write_ops/batched_delete_document.h"
@@ -95,7 +94,6 @@ namespace mongo {
* times.
*/
void execInserts( const BatchedCommandRequest& request,
- const WriteConcernOptions& originalWC,
std::vector<WriteErrorDetail*>* errors );
/**