Skip to content

Commit

Permalink
Merge pull request grpc#3281 from ctiller/the-sea-is-not-blunt
Browse files Browse the repository at this point in the history
Remove check for no workers
  • Loading branch information
nicolasnoble committed Sep 8, 2015
2 parents f1a2018 + bc81291 commit 82c8f71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/iomgr/pollset_multipoller_with_epoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 82c8f71

Please sign in to comment.