Remove obsolete comment

This commit is contained in:
Martin Hořeňovský 2018-11-05 20:01:13 +01:00
parent 87950d9cfa
commit de6bfb5c25
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ namespace Catch {
Catch::Totals runTests(std::shared_ptr<Config> const& config) {
// FixMe: Add listeners in order first, then add reporters.
auto reporter = makeReporter(config);
RunContext context(config, std::move(reporter));