TrackerContext: Remove misleading instance static method.
TrackerContext is not used as singleton, so just remove this misleading method
This commit is contained in:
parent
91b617c462
commit
4a1ca1ab55
3 changed files with 0 additions and 22 deletions
|
@ -8,21 +8,6 @@
|
|||
#include "internal/catch_suppress_warnings.h"
|
||||
#include "internal/catch_test_case_tracker.h"
|
||||
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
class LocalContext {
|
||||
|
||||
public:
|
||||
TrackerContext& operator()() const {
|
||||
return TrackerContext::instance();
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace Catch
|
||||
|
||||
// -------------------
|
||||
|
||||
#include "catch.hpp"
|
||||
|
||||
using namespace Catch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue