diff --git a/pc/channel_unittest.cc b/pc/channel_unittest.cc index 3565569736..d53b9015cf 100644 --- a/pc/channel_unittest.cc +++ b/pc/channel_unittest.cc @@ -1937,10 +1937,6 @@ TEST_F(VoiceChannelDoubleThreadTest, SendRtpToRtp) { Base::SendRtpToRtp(); } -TEST_F(VoiceChannelDoubleThreadTest, SendRtcpToRtcp) { - Base::SendRtcpToRtcp(); -} - TEST_F(VoiceChannelDoubleThreadTest, SendDtlsSrtpToDtlsSrtp) { Base::SendDtlsSrtpToDtlsSrtp(0, 0); } @@ -2377,10 +2373,6 @@ TEST_F(VideoChannelDoubleThreadTest, SendRtpToRtp) { Base::SendRtpToRtp(); } -TEST_F(VideoChannelDoubleThreadTest, SendRtcpToRtcp) { - Base::SendRtcpToRtcp(); -} - TEST_F(VideoChannelDoubleThreadTest, SendDtlsSrtpToDtlsSrtp) { Base::SendDtlsSrtpToDtlsSrtp(0, 0); } @@ -2649,10 +2641,6 @@ TEST_F(RtpDataChannelDoubleThreadTest, SendRtpToRtp) { Base::SendRtpToRtp(); } -TEST_F(RtpDataChannelDoubleThreadTest, SendRtcpToRtcp) { - Base::SendRtcpToRtcp(); -} - TEST_F(RtpDataChannelDoubleThreadTest, SendRtpToRtpOnThread) { Base::SendRtpToRtpOnThread(); }