From ca72e15e3ca7b116bdee1a465a5766fa2f4751c3 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 25 Aug 2020 17:09:22 -0700 Subject: [PATCH] Cleanup --- src/core/ext/transport/chttp2/transport/chttp2_transport.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/ext/transport/chttp2/transport/chttp2_transport.cc b/src/core/ext/transport/chttp2/transport/chttp2_transport.cc index 068fcd76c6e..570284aa07a 100644 --- a/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.cc @@ -675,9 +675,6 @@ grpc_chttp2_stream::~grpc_chttp2_stream() { grpc_slice_buffer_destroy_internal(&decompressed_data_buffer); } - grpc_chttp2_list_remove_stalled_by_transport(t, this); - grpc_chttp2_list_remove_stalled_by_stream(t, this); - for (int i = 0; i < STREAM_LIST_COUNT; i++) { if (GPR_UNLIKELY(included[i])) { gpr_log(GPR_ERROR, "%s stream %d still included in list %d",