clang-tidy: add readability-simplify-boolean-expr
[lttng-tools.git] / src / bin / lttng-sessiond / field.hpp
index da1514f90825a7c37b2fba4d133e43b10faaba28..fdebe3acc3bd24ca69b52f71bf0b259363dd1920 100644 (file)
@@ -500,8 +500,6 @@ private:
                        return false;
                }
 
-               return true;
-
                return std::equal(a.cbegin(), a.cend(), b.cbegin(),
                                [](const choice& choice_a, const choice& choice_b) {
                                        return choice_a.first == choice_b.first &&
This page took 0.023253 seconds and 4 git commands to generate.