Skip to content

Commit

Permalink
remove unused notify at the end of the thread
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Apr 22, 2024
1 parent c4daa3b commit 40efb15
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ class AsyncFunctionHandler
}
cycle_end_condition_.notify_one();
}
trigger_in_progress_ = false;
cycle_end_condition_.notify_one();
});
}
}
Expand Down

0 comments on commit 40efb15

Please sign in to comment.