From 9d6ac62affc0ea775438636351929ab8521ddc26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 29 Jul 2020 21:22:59 +0200 Subject: [PATCH] Remove unused member from Section --- src/catch2/internal/catch_section.hpp | 1 - 1 file changed, 1 deletion(-) 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;