forked from catchorg/Catch2
Remove unused member from Section
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user