Remove unused member from Section

This commit is contained in:
Martin Hořeňovský
2020-07-29 21:22:59 +02:00
parent ed0ea30149
commit 9d6ac62aff

View File

@ -28,7 +28,6 @@ namespace Catch {
private:
SectionInfo m_info;
std::string m_name;
Counts m_assertions;
bool m_sectionIncluded;
Timer m_timer;