Skip to content

Commit 8236892

Browse files
Update fast_any
1 parent 5b853cd commit 8236892

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

include/fast_any

Submodule fast_any updated 1 file

src/internal/CircuitThread.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ void CircuitThread::SyncAndResume( DSPatch::Component::TickMode mode )
117117

118118
std::unique_lock<std::mutex> lock( _resumeMutex );
119119

120-
// cppcheck-suppress knownConditionTrueFalse
121120
if ( !_gotSync ) // if haven't already got sync
122121
{
123122
_syncCondt.wait( lock ); // wait for sync

subprojects/fast_any

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)