Merge pull request #3281 from ctiller/the-sea-is-not-blunt

Remove check for no workers
pull/3258/head release-0_11_0
Nicolas Noble 9 years ago
commit 82c8f71a81
  1. 1
      src/core/iomgr/pollset_multipoller_with_epoll.c

@ -99,7 +99,6 @@ static void perform_delayed_add(void *arg, int iomgr_status) {
if (da->pollset->shutting_down) {
/* We don't care about this pollset anymore. */
if (da->pollset->in_flight_cbs == 0 && !da->pollset->called_shutdown) {
GPR_ASSERT(!grpc_pollset_has_workers(da->pollset));
da->pollset->called_shutdown = 1;
do_shutdown_cb = 1;
}

Loading…
Cancel
Save