mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-21 22:25:39 +02:00
Remove unused function
This commit is contained in:
@@ -136,10 +136,6 @@ namespace Catch {
|
|||||||
return deltaTotals;
|
return deltaTotals;
|
||||||
}
|
}
|
||||||
|
|
||||||
IConfigPtr RunContext::config() const {
|
|
||||||
return m_config;
|
|
||||||
}
|
|
||||||
|
|
||||||
IStreamingReporter& RunContext::reporter() const {
|
IStreamingReporter& RunContext::reporter() const {
|
||||||
return *m_reporter;
|
return *m_reporter;
|
||||||
}
|
}
|
||||||
|
@@ -45,7 +45,6 @@ namespace Catch {
|
|||||||
|
|
||||||
Totals runTest(TestCaseHandle const& testCase);
|
Totals runTest(TestCaseHandle const& testCase);
|
||||||
|
|
||||||
IConfigPtr config() const;
|
|
||||||
IStreamingReporter& reporter() const;
|
IStreamingReporter& reporter() const;
|
||||||
|
|
||||||
public: // IResultCapture
|
public: // IResultCapture
|
||||||
|
Reference in New Issue
Block a user