Remove obsolete comment in multireporter

This commit is contained in:
Martin Hořeňovský 2023-03-12 13:27:07 +01:00
parent 1dfaa8abe7
commit 7b4dd326c0
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -114,7 +114,6 @@ namespace Catch {
} }
} }
// The return value indicates if the messages buffer should be cleared:
void MultiReporter::assertionEnded( AssertionStats const& assertionStats ) { void MultiReporter::assertionEnded( AssertionStats const& assertionStats ) {
const bool reportByDefault = const bool reportByDefault =
assertionStats.assertionResult.getResultType() != ResultWas::Ok || assertionStats.assertionResult.getResultType() != ResultWas::Ok ||