Removal of conditions which are always evaluated either to true or false
What does this MR do?
- Removes suspicious condition which is always evaluated to
true
.executor
is compared againstnil
at a location whereexecutor
can never benil
. - Removes comparisons of
authConfigs
withnil
.authConfigs
can never benil
.
Why was this MR needed?
General cleanup.
Are there points in the code the reviewer needs to double check?
-
What are the relevant issue numbers?
-
Edited by Alexander Kutelev