diff options
author | Craig Tiller <ctiller@google.com> | 2017-10-08 22:03:07 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-10-08 22:03:07 -0700 |
commit | 5a408d8b1871d4ae2bc75d58c7288544d0925f39 (patch) | |
tree | 18b9b0da8c237052ae120db3cf5b769f4d52a316 /src/core | |
parent | 00c207610bdcb7b34701115a4799c081294f8e3b (diff) |
Remove #if 0
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ext/transport/chttp2/transport/chttp2_transport.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/ext/transport/chttp2/transport/chttp2_transport.cc b/src/core/ext/transport/chttp2/transport/chttp2_transport.cc index 97ac59fa86..f6f9242caf 100644 --- a/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.cc @@ -2446,14 +2446,6 @@ void grpc_chttp2_act_on_flowctl_action(grpc_exec_ctx *exec_ctx, GRPC_CHTTP2_INITIATE_WRITE_SEND_SETTINGS); } } -#if 0 - if (action.need_ping) { - GRPC_CHTTP2_REF_TRANSPORT(t, "bdp_ping"); - t->flow_control.bdp_estimator->SchedulePing(); - send_ping_locked(exec_ctx, t, &t->start_bdp_ping_locked, - &t->finish_bdp_ping_locked); - } -#endif } static grpc_error *try_http_parsing(grpc_exec_ctx *exec_ctx, |