Skip to content

Commit 38e3f37

Browse files
banarunMongoDB Bot
authored andcommitted
SERVER-102224 Fix Coverity analysis defect 170751: Uninitialized scalar field (#33794) (#33923) (#38414)
GitOrigin-RevId: 2cd858c3235ec4618eb312271048dfc93e43da4e
1 parent 45ff926 commit 38e3f37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mongo/db/pipeline/document_source_query_stats.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ class DocumentSourceQueryStats final : public DocumentSource {
8282
transactionNotSupported(kStageName);
8383
}
8484

85-
bool _transformIdentifiers;
86-
8785
const TransformAlgorithmEnum _algorithm;
8886

8987
std::string _hmacKey;

0 commit comments

Comments
 (0)