diff --git a/include/internal/catch_session.cpp b/include/internal/catch_session.cpp index 21877c99..0920521c 100644 --- a/include/internal/catch_session.cpp +++ b/include/internal/catch_session.cpp @@ -54,8 +54,6 @@ namespace Catch { Catch::Totals runTests(std::shared_ptr const& config) { - // FixMe: Add listeners in order first, then add reporters. - auto reporter = makeReporter(config); RunContext context(config, std::move(reporter));