From 8a40d08189b56d5c420c173fd873c383233c8007 Mon Sep 17 00:00:00 2001 From: Per K Date: Wed, 4 Jan 2023 17:49:27 +0100 Subject: [PATCH] Remove unused flag ReceiveStreamRtpConfig::transport_cc Bug: webrtc:14802 Change-Id: I3eb66e9421a13024e34c363e67df0c73e5c16cc0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290568 Auto-Submit: Per Kjellander Commit-Queue: Harald Alvestrand Reviewed-by: Harald Alvestrand Cr-Commit-Position: refs/heads/main@{#39004} --- call/receive_stream.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/call/receive_stream.h b/call/receive_stream.h index 517f5f74ee..eb954ab6ff 100644 --- a/call/receive_stream.h +++ b/call/receive_stream.h @@ -40,11 +40,6 @@ class ReceiveStreamInterface { // that the value is read on (i.e. packet delivery). uint32_t local_ssrc = 0; - // Deprecated. This flag has no effect. - // TODO(perkj, https://bugs.webrtc.org/14802): Remove this flag once no - // projects use it. - bool transport_cc = false; - // RTP header extensions used for the received stream. // This value may change mid-stream and must be done on the same thread // that the value is read on (i.e. packet delivery).