mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Remove unused member from Section
This commit is contained in:
parent
ed0ea30149
commit
9d6ac62aff
@ -28,7 +28,6 @@ namespace Catch {
|
|||||||
private:
|
private:
|
||||||
SectionInfo m_info;
|
SectionInfo m_info;
|
||||||
|
|
||||||
std::string m_name;
|
|
||||||
Counts m_assertions;
|
Counts m_assertions;
|
||||||
bool m_sectionIncluded;
|
bool m_sectionIncluded;
|
||||||
Timer m_timer;
|
Timer m_timer;
|
||||||
|
Loading…
Reference in New Issue
Block a user