summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_kill_op.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2023-04-05 17:03:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-05 22:26:14 +0000
commit0c433543d0a0feea99d61c231c6e50758b098840 (patch)
tree84a57cf893a8e0ec30b0102a9b2577140bb5d6ba /src/mongo/s/commands/cluster_kill_op.cpp
parent6cfa08d3740cf58936e7d6b85bb1c8146937a005 (diff)
downloadmongo-0c433543d0a0feea99d61c231c6e50758b098840.tar.gz
SERVER-75286 Initialise the CollectionWriter's _acquisition field
Diffstat (limited to 'src/mongo/s/commands/cluster_kill_op.cpp')
-rw-r--r--src/mongo/s/commands/cluster_kill_op.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/s/commands/cluster_kill_op.cpp b/src/mongo/s/commands/cluster_kill_op.cpp
index 8a49520da77..be1e4c5e0f7 100644
--- a/src/mongo/s/commands/cluster_kill_op.cpp
+++ b/src/mongo/s/commands/cluster_kill_op.cpp
@@ -27,9 +27,6 @@
* it in the license file.
*/
-
-#include "mongo/platform/basic.h"
-
#include <string>
#include "mongo/bson/bsonelement.h"
@@ -51,7 +48,6 @@
#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kCommand
-
namespace mongo {
namespace {