Remove unused member in StreamingReporterBase

Part of #2089
This commit is contained in:
Martin Hořeňovský 2020-11-11 21:39:47 +01:00
parent 1cef51b69b
commit a29deeb129
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ namespace Catch {
IConfig const* m_config;
std::ostream& stream;
std::vector<AssertionStats> m_assertions;
std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections;
std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
std::vector<std::shared_ptr<TestGroupNode>> m_testGroups;