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;