|
Logically dead code
The indicated dead code may have performed some action; that action will never occur. Code can never be reached because of a logical contradiction
/src/mongo/db/query/telemetry.cpp:378: DEADCODE 138033 Condition "applyHmacToIdentifiers", taking true branch. Now the value of "applyHmacToIdentifiers" is equal to 1.
/src/mongo/db/query/telemetry.cpp:404: DEADCODE 138033 At condition "applyHmacToIdentifiers", the value of "applyHmacToIdentifiers" must be equal to 1.
/src/mongo/db/query/telemetry.cpp:404: DEADCODE 138033 The condition "applyHmacToIdentifiers" must be true.
/src/mongo/db/query/telemetry.cpp:404: DEADCODE 138033 Execution cannot reach this statement: "<temporary>.SerializationOp...".
|