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 May 5, 2024
1 parent df8b378 commit 0d04cd3
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 0d04cd3

Please sign in to comment.