Skip to content

Commit be13be2

Browse files
committed
Remove superfluous TODO
1 parent c4eb867 commit be13be2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/catch2/internal/catch_run_context.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ namespace Catch {
140140
private:
141141

142142
void handleUnfinishedSections();
143-
// TODO: Make this a recursive mutex if we use a single big mutex in the fatal error handler
144143
mutable Detail::Mutex m_assertionMutex;
145144
TestRunInfo m_runInfo;
146145
TestCaseHandle const* m_activeTestCase = nullptr;

0 commit comments

Comments
 (0)