diff --git a/src/catch2/internal/catch_section.hpp b/src/catch2/internal/catch_section.hpp index 6e0cea5e..997e7069 100644 --- a/src/catch2/internal/catch_section.hpp +++ b/src/catch2/internal/catch_section.hpp @@ -28,7 +28,6 @@ namespace Catch { private: SectionInfo m_info; - std::string m_name; Counts m_assertions; bool m_sectionIncluded; Timer m_timer;