summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_current_op.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_current_op.cpp')
-rw-r--r--src/mongo/s/commands/cluster_current_op.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_current_op.cpp b/src/mongo/s/commands/cluster_current_op.cpp
index 8108201bcb0..2d72bd1f96d 100644
--- a/src/mongo/s/commands/cluster_current_op.cpp
+++ b/src/mongo/s/commands/cluster_current_op.cpp
@@ -44,7 +44,8 @@ namespace mongo {
namespace {
class ClusterCurrentOpCommand final : public CurrentOpCommandBase {
- MONGO_DISALLOW_COPYING(ClusterCurrentOpCommand);
+ ClusterCurrentOpCommand(const ClusterCurrentOpCommand&) = delete;
+ ClusterCurrentOpCommand& operator=(const ClusterCurrentOpCommand&) = delete;
public:
ClusterCurrentOpCommand() = default;