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
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/query/optimizer/algebra/operator.h:608: DEADCODE 144634 Assigning: "i" = "0UL".
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/query/optimizer/algebra/operator.h:608: DEADCODE 144634 At condition "i < totalArity", the value of "i" must be equal to 0.
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/query/optimizer/algebra/operator.h:581: DEADCODE 144634 Assigning: "dynamicArity" = "0UL".
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/query/optimizer/algebra/operator.h:585: DEADCODE 144634 Assigning: "totalArity" = "dynamicArity + 0UL".
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/query/optimizer/algebra/operator.h:608: DEADCODE 144634 At condition "i < totalArity", the value of "totalArity" must be equal to 0.
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/query/optimizer/algebra/operator.h:608: DEADCODE 144634 The condition "i < totalArity" cannot be true.
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/query/optimizer/algebra/operator.h:609: DEADCODE 144634 Execution cannot reach this statement: "this->results->pop_back();".