| Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| index 76abf63853d03fd4657bf893dfb3f7361c63f588..f69adb13fa1d0c18bae95fc29f32633c824beefe 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| @@ -186,10 +186,6 @@ class RTCPSender {
|
| EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
| std::unique_ptr<rtcp::RtcpPacket> BuildFIR(const RtcpContext& context)
|
| EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
| - std::unique_ptr<rtcp::RtcpPacket> BuildSLI(const RtcpContext& context)
|
| - EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
| - std::unique_ptr<rtcp::RtcpPacket> BuildRPSI(const RtcpContext& context)
|
| - EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
| std::unique_ptr<rtcp::RtcpPacket> BuildNACK(const RtcpContext& context)
|
| EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
|
|
|
|