Skip to content
Snippets Groups Projects
Commit 5200c189 authored by Craig Tiller's avatar Craig Tiller
Browse files

Go one further.

There's no need for this branch at all.
parent 3dd8c2e5
No related branches found
No related tags found
No related merge requests found
......@@ -335,9 +335,6 @@ static int run_some_expired_alarms(gpr_mu *drop_mu, gpr_timespec now,
gpr_mu_unlock(&g_mu);
gpr_mu_unlock(&g_checker_mu);
} else if (next && gpr_mu_trylock(&g_mu)) {
*next = gpr_time_min(*next, g_shard_queue[0]->min_deadline);
gpr_mu_unlock(&g_mu);
}
if (n && drop_mu) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment