Remove ViEChannel::StartSend deadlock suppression.

No longer lock-order inverting since RTP/RTCP modules are instantiated
on construction and no longer guarded by a separate lock.

BUG=webrtc:2999
R=stefan@webrtc.org

Review URL: https://codereview.webrtc.org/1347283004 .

Cr-Commit-Position: refs/heads/master@{#10034}
This commit is contained in:
Peter Boström 2015-09-23 17:04:00 +02:00
parent b7af7b0a10
commit 7cf0445262

View File

@ -73,7 +73,6 @@ char kTSanDefaultSuppressions[] =
"deadlock:webrtc::RTCPReceiver::SetSsrcs\n"
"deadlock:webrtc::test::UdpSocketManagerPosixImpl::RemoveSocket\n"
"deadlock:webrtc::vcm::VideoReceiver::RegisterPacketRequestCallback\n"
"deadlock:webrtc::ViEChannel::StartSend\n"
"deadlock:webrtc::ViEEncoder::OnLocalSsrcChanged\n"
// TODO(pbos): Trace events are racy due to lack of proper POD atomics.