mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-17 18:35:40 +02:00
TrackerContext: Remove misleading instance static method.
TrackerContext is not used as singleton, so just remove this misleading method
This commit is contained in:

committed by
Martin Hořeňovský

parent
91b617c462
commit
4a1ca1ab55
@@ -71,8 +71,6 @@ namespace TestCaseTracking {
|
||||
|
||||
public:
|
||||
|
||||
static TrackerContext& instance();
|
||||
|
||||
ITracker& startRun();
|
||||
void endRun();
|
||||
|
||||
|
Reference in New Issue
Block a user