mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 03:43:28 +01:00
Remove another unused member variable from CumulativeReporterBase
This commit is contained in:
parent
a29deeb129
commit
166c520598
@ -73,7 +73,6 @@ namespace Catch {
|
|||||||
|
|
||||||
IConfig const* m_config;
|
IConfig const* m_config;
|
||||||
std::ostream& stream;
|
std::ostream& stream;
|
||||||
std::vector<AssertionStats> m_assertions;
|
|
||||||
std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
|
std::vector<std::shared_ptr<TestCaseNode>> m_testCases;
|
||||||
std::vector<std::shared_ptr<TestGroupNode>> m_testGroups;
|
std::vector<std::shared_ptr<TestGroupNode>> m_testGroups;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user