aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-09-21 23:26:46 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-09-22 08:07:47 -0700
commitbe18cedf90c61352b52039c6298347fe1c321494 (patch)
tree81710a8a348727ac3e0d1673104a67f43eca5537 /BUILD
parent4b1aa50e37c8e5bc1e4319b16827c8ff4507abc1 (diff)
Delete epollsig poller and tests using it
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 76d78d737f..6348c4e6ff 100644
--- a/BUILD
+++ b/BUILD
@@ -707,7 +707,6 @@ grpc_cc_library(
"src/core/lib/iomgr/error.cc",
"src/core/lib/iomgr/ev_epoll1_linux.cc",
"src/core/lib/iomgr/ev_epollex_linux.cc",
- "src/core/lib/iomgr/ev_epollsig_linux.cc",
"src/core/lib/iomgr/ev_poll_posix.cc",
"src/core/lib/iomgr/ev_posix.cc",
"src/core/lib/iomgr/ev_windows.cc",
@@ -859,7 +858,6 @@ grpc_cc_library(
"src/core/lib/iomgr/error_internal.h",
"src/core/lib/iomgr/ev_epoll1_linux.h",
"src/core/lib/iomgr/ev_epollex_linux.h",
- "src/core/lib/iomgr/ev_epollsig_linux.h",
"src/core/lib/iomgr/ev_poll_posix.h",
"src/core/lib/iomgr/ev_posix.h",
"src/core/lib/iomgr/exec_ctx.h",