From de6bfb5c2517c7b557d8ee524f787d460a16a180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 5 Nov 2018 20:01:13 +0100 Subject: [PATCH] Remove obsolete comment --- include/internal/catch_session.cpp | 2 -- 1 file changed, 2 deletions(-) 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));