From 166c5205984f3e7d269ec9894babc900da713077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 14 Nov 2020 15:36:49 +0100 Subject: [PATCH] Remove another unused member variable from CumulativeReporterBase --- src/catch2/reporters/catch_reporter_cumulative_base.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/catch2/reporters/catch_reporter_cumulative_base.hpp b/src/catch2/reporters/catch_reporter_cumulative_base.hpp index e7bc90d3..9945614e 100644 --- a/src/catch2/reporters/catch_reporter_cumulative_base.hpp +++ b/src/catch2/reporters/catch_reporter_cumulative_base.hpp @@ -73,7 +73,6 @@ namespace Catch { IConfig const* m_config; std::ostream& stream; - std::vector m_assertions; std::vector> m_testCases; std::vector> m_testGroups;