| Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| index dc35a038e1de6f9d09cc24eec04ff326f6e039c0..f47d1332943152d094260666581512bcf924acfc 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| @@ -323,8 +323,6 @@ class RTPSender {
|
| RateLimiter* const retransmission_rate_limiter_;
|
| OverheadObserver* overhead_observer_;
|
|
|
| - const bool send_side_bwe_with_overhead_;
|
| -
|
| RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RTPSender);
|
| };
|
|
|
|
|