Go one further.

There's no need for this branch at all.
pull/407/head
Craig Tiller 10 years ago
parent 3dd8c2e53d
commit 5200c18914
  1. 3
      src/core/iomgr/alarm.c

@ -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) {

Loading…
Cancel
Save