mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Remove unused function
This commit is contained in:
parent
c2852c9944
commit
a17b9f754a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user