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;