From 17c2a28282ba790157a32b97c76b516c4a426b7e Mon Sep 17 00:00:00 2001 From: Jack Mulrow Date: Tue, 5 Apr 2022 17:00:26 +0000 Subject: SERVER-64850 Remove unused member variable --- src/mongo/s/commands/cluster_write_cmd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mongo/s/commands') diff --git a/src/mongo/s/commands/cluster_write_cmd.h b/src/mongo/s/commands/cluster_write_cmd.h index fc80240e1c1..bfb9f6d81ad 100644 --- a/src/mongo/s/commands/cluster_write_cmd.h +++ b/src/mongo/s/commands/cluster_write_cmd.h @@ -124,7 +124,6 @@ private: return static_cast(definition()); } - bool _bypass; const OpMsgRequest* _request; BatchedCommandRequest _batchedRequest; -- cgit v1.2.1