Remove unused function

This commit is contained in:
Martin Hořeňovský 2020-05-19 16:02:10 +02:00
parent c2852c9944
commit a17b9f754a
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
2 changed files with 0 additions and 5 deletions

View File

@ -136,10 +136,6 @@ namespace Catch {
return deltaTotals;
}
IConfigPtr RunContext::config() const {
return m_config;
}
IStreamingReporter& RunContext::reporter() const {
return *m_reporter;
}

View File

@ -45,7 +45,6 @@ namespace Catch {
Totals runTest(TestCaseHandle const& testCase);
IConfigPtr config() const;
IStreamingReporter& reporter() const;
public: // IResultCapture