Skip to content

DerivationFrameworkTrigger: Fix clang warning.

[[unlikely]] is c++20 and should not be used. ATH_UNLINKELY can be used, but as this is not likely to make any significant difference, just remove it.

Merge request reports