aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2_transport.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-25 12:54:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-25 12:54:23 -0700
commite039f0338333e1a2f368ec20740662fb2eac2875 (patch)
treec4267e757c1196815e0559790d56a6e7679c373d /src/core/transport/chttp2_transport.c
parent3f475422ecb8cd5c648ce86f126122ba6dee1c9c (diff)
Plumbing transport_op changes through
Diffstat (limited to 'src/core/transport/chttp2_transport.c')
-rw-r--r--src/core/transport/chttp2_transport.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c
index 685098bcba..f2568c01e0 100644
--- a/src/core/transport/chttp2_transport.c
+++ b/src/core/transport/chttp2_transport.c
@@ -1038,11 +1038,7 @@ void grpc_chttp2_flowctl_trace(const char *file, int line, const char *reason,
static const grpc_transport_vtable vtable = {sizeof(grpc_chttp2_stream),
init_stream,
perform_op,
- add_to_pollset,
destroy_stream,
- goaway,
- close_transport,
- send_ping,
destroy_transport};
void grpc_create_chttp2_transport(grpc_transport_setup_callback setup,