aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-08-21 13:06:00 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-08-21 13:06:00 -0700
commitec9acabb4f197c8da4de4b7d5109c38611c23be0 (patch)
treec3073b87a340421fd075dc17816532c4438ea871 /src/core/transport/chttp2
parent592e7f2dd0c059468de6377e8d6bc0d61fe2dd2c (diff)
Update Windows to new endpoint API
Also solve an infinite recursion in chttp2_transport
Diffstat (limited to 'src/core/transport/chttp2')
-rw-r--r--src/core/transport/chttp2/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/transport/chttp2/internal.h b/src/core/transport/chttp2/internal.h
index 0e7f94be38..a1b773b1ca 100644
--- a/src/core/transport/chttp2/internal.h
+++ b/src/core/transport/chttp2/internal.h
@@ -331,8 +331,6 @@ struct grpc_chttp2_transport {
/** closure to execute writing */
grpc_iomgr_closure writing_action;
- /** closure to start reading from the endpoint */
- grpc_iomgr_closure reading_action;
/** closure to finish reading from the endpoint */
grpc_iomgr_closure recv_data;