Skip to content

remove unused capture of `this` in MultiTransformerFilter

Paul Seyfert requested to merge lhcb/Gaudi:pseyfert_unused_this into master

this is hidden for clang prior to clang 9 (where afaiu a false positive is present and the warning thus disabled) The this pointer is not needed anymore due to the change in fd74767e

Merge request reports