Remove faulty DCHECK in rtcp::TransportFeedback::ParseFrom

BUG=chromium:632585
R=sprang@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#13622}
This commit is contained in:
Danil Chapovalov 2016-08-03 13:39:58 +02:00
parent 4f6cd6ac59
commit 837a1707ae

View File

@ -744,7 +744,6 @@ std::unique_ptr<TransportFeedback> TransportFeedback::ParseFrom(
}
}
RTC_DCHECK_GE(index, end_index - 3);
RTC_DCHECK_LE(index, end_index);
return packet;