[cleanup] Remove an empty loop (#31813)

The loop is empty. So remove it.
pull/32078/head
Steven Wang 2 years ago committed by GitHub
parent 67f364e23e
commit 7b9f052ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/transport/chttp2/transport/chttp2_transport.cc

@ -2392,8 +2392,6 @@ static void read_action_locked(void* tp, grpc_error_handle error) {
error = GRPC_ERROR_CREATE_REFERENCING("Failed parsing HTTP/2", errors,
GPR_ARRAY_SIZE(errors));
}
for (i = 0; i < GPR_ARRAY_SIZE(errors); i++) {
}
if (t->initial_window_update != 0) {
if (t->initial_window_update > 0) {

Loading…
Cancel
Save