aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-07-14 11:29:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-07-14 11:29:49 -0700
commit9053ec01fe14ecc83d64313c8199e5ed2c800c1a (patch)
treed5539191457b8034c81f698fa92dd255aac3264b /src
parent75f065d0222b87cf334094fff13f112c4c792754 (diff)
Remove now redundant line
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/ev_epoll_linux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c
index 633d480347..1d04ef1ef0 100644
--- a/src/core/lib/iomgr/ev_epoll_linux.c
+++ b/src/core/lib/iomgr/ev_epoll_linux.c
@@ -533,8 +533,6 @@ done:
static void polling_island_delete(grpc_exec_ctx *exec_ctx, polling_island *pi) {
GPR_ASSERT(pi->fd_cnt == 0);
- gpr_atm_rel_store(&pi->merged_to, (gpr_atm)NULL);
-
close(pi->epoll_fd);
gpr_mu_destroy(&pi->mu);
gpr_free(pi->fds);