Index: webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
index cec50ecb4bd08ffa275d02805b735585a80e7b2a..3965259d7ac3e277c19675386b13ab462eb48768 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
@@ -127,24 +127,6 @@ class RtcpPacket { |
// TODO(sprang): Move RtcpPacket subclasses out to separate files. |
-class Empty : public RtcpPacket { |
- public: |
- Empty() : RtcpPacket() {} |
- |
- virtual ~Empty() {} |
- |
- protected: |
- bool Create(uint8_t* packet, |
- size_t* index, |
- size_t max_length, |
- RtcpPacket::PacketReadyCallback* callback) const override; |
- |
- size_t BlockLength() const override; |
- |
- private: |
- RTC_DISALLOW_COPY_AND_ASSIGN(Empty); |
-}; |
- |
// RTCP sender report (RFC 3550). |
// |
// 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |