remove unused capture of `this` in MultiTransformerFilter
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
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