diff --git a/src/core/transport/chttp2/internal.h b/src/core/transport/chttp2/internal.h
index 8bcb440c368d512115fa2303c7e4cb110732b5dc..43b3adb9d351b420f578719e0ae2dc377729efbd 100644
--- a/src/core/transport/chttp2/internal.h
+++ b/src/core/transport/chttp2/internal.h
@@ -284,9 +284,6 @@ struct grpc_chttp2_transport_parsing {
   gpr_slice goaway_text;
 
   gpr_int64 outgoing_window;
-
-  /** pings awaiting responses */
-  grpc_chttp2_outstanding_ping pings;
 };
 
 struct grpc_chttp2_transport {