From 4833932ab25a54743d12d46b5a8f71b82b60649e Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 19 Jul 2017 08:17:41 +0100 Subject: [PATCH] Removed redundant member --- include/internal/catch_run_context.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/internal/catch_run_context.hpp b/include/internal/catch_run_context.hpp index 74eacdcc..44b648a9 100644 --- a/include/internal/catch_run_context.hpp +++ b/include/internal/catch_run_context.hpp @@ -95,7 +95,6 @@ namespace Catch { private: void runCurrentTest(std::string& redirectedCout, std::string& redirectedCerr); - void invokeActiveTestCase(); private: @@ -108,7 +107,6 @@ namespace Catch { IMutableContext& m_context; TestCase const* m_activeTestCase = nullptr; ITracker* m_testCaseTracker; - ITracker* m_currentSectionTracker; AssertionResult m_lastResult; IConfigPtr m_config;