From a29deeb129ffb74b5b2c741a69e06b57f24f6e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 11 Nov 2020 21:39:47 +0100 Subject: [PATCH] Remove unused member in StreamingReporterBase Part of #2089 --- 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 0304f089..e7bc90d3 100644 --- a/src/catch2/reporters/catch_reporter_cumulative_base.hpp +++ b/src/catch2/reporters/catch_reporter_cumulative_base.hpp @@ -74,7 +74,6 @@ namespace Catch { IConfig const* m_config; std::ostream& stream; std::vector m_assertions; - std::vector>> m_sections; std::vector> m_testCases; std::vector> m_testGroups;