aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/endpoint.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-12 10:56:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-12 10:56:03 -0700
commitee4b14521380f8c387c27f4cd351565d0afa3d61 (patch)
treefb3c9263bc12f0c52e52775162de1e6b0887c998 /src/core/lib/iomgr/endpoint.c
parentbc6a9cb24aa3c1fcc1817962169773a44a1d50ee (diff)
Remove workqueue, covered_by_poller as concepts, get Mac build up
Diffstat (limited to 'src/core/lib/iomgr/endpoint.c')
-rw-r--r--src/core/lib/iomgr/endpoint.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/endpoint.c b/src/core/lib/iomgr/endpoint.c
index bf6e98146a..60b8410a45 100644
--- a/src/core/lib/iomgr/endpoint.c
+++ b/src/core/lib/iomgr/endpoint.c
@@ -69,10 +69,6 @@ char* grpc_endpoint_get_peer(grpc_endpoint* ep) {
int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); }
-grpc_workqueue* grpc_endpoint_get_workqueue(grpc_endpoint* ep) {
- return ep->vtable->get_workqueue(ep);
-}
-
grpc_resource_user* grpc_endpoint_get_resource_user(grpc_endpoint* ep) {
return ep->vtable->get_resource_user(ep);
}