summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_response.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloianm@mongodb.com>2017-06-09 05:22:04 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-06-09 06:41:47 -0400
commit12a3661d030ecc827569cda5842c11b422d285c8 (patch)
tree8b745babedc8f8e0ad522682d470de320117821c /src/mongo/s/write_ops/batched_command_response.h
parent8d53685476630e6a0db502dab5fe35ad268ca44c (diff)
downloadmongo-12a3661d030ecc827569cda5842c11b422d285c8.tar.gz
SERVER-29464 Get rid of unused code in the write commands parsing
Diffstat (limited to 'src/mongo/s/write_ops/batched_command_response.h')
-rw-r--r--src/mongo/s/write_ops/batched_command_response.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/write_ops/batched_command_response.h b/src/mongo/s/write_ops/batched_command_response.h
index 0789d3cf2d7..49579da74a1 100644
--- a/src/mongo/s/write_ops/batched_command_response.h
+++ b/src/mongo/s/write_ops/batched_command_response.h
@@ -64,6 +64,7 @@ public:
static const BSONField<WriteConcernErrorDetail*> writeConcernError;
BatchedCommandResponse();
+ ~BatchedCommandResponse();
BatchedCommandResponse(BatchedCommandResponse&&) = default;
BatchedCommandResponse& operator=(BatchedCommandResponse&&) = default;