Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-g committed May 7, 2019
1 parent 0958ed3 commit 08e251a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/lib/iomgr/ev_epoll1_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ static void fd_shutdown_internal(grpc_fd* fd, grpc_error* why,
} else {
/* we need a dummy event for earlier linux versions. */
epoll_event dummy_event;
memset(&dummy_event, 0, sizeof(dummy_event));
if (epoll_ctl(g_epoll_set.epfd, EPOLL_CTL_DEL, fd->fd, &dummy_event) !=
0) {
gpr_log(GPR_ERROR, "epoll_ctl failed: %s", strerror(errno));
Expand Down

0 comments on commit 08e251a

Please sign in to comment.