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
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 1 deletions

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;