Skip to content

Commit 0b86e20

Browse files
committed
Removed dual comparison
1 parent 834abbb commit 0b86e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace Utils
4646
{
4747
bool is_timeout = false;
4848

49-
if (false == this->signaled.load() == false) {
49+
if (this->signaled.load() == false) {
5050
std::unique_lock<std::mutex> lck(this->mtx);
5151

5252
do {

0 commit comments

Comments
 (0)