summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/cluster_client_cursor_mock.h')
-rw-r--r--src/mongo/s/query/cluster_client_cursor_mock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_client_cursor_mock.h b/src/mongo/s/query/cluster_client_cursor_mock.h
index 6dd23c81553..f99d2e77b94 100644
--- a/src/mongo/s/query/cluster_client_cursor_mock.h
+++ b/src/mongo/s/query/cluster_client_cursor_mock.h
@@ -40,7 +40,8 @@
namespace mongo {
class ClusterClientCursorMock final : public ClusterClientCursor {
- MONGO_DISALLOW_COPYING(ClusterClientCursorMock);
+ ClusterClientCursorMock(const ClusterClientCursorMock&) = delete;
+ ClusterClientCursorMock& operator=(const ClusterClientCursorMock&) = delete;
public:
ClusterClientCursorMock(boost::optional<LogicalSessionId> lsid,