Delete VCMJitterBuffer::UpdateRtt and related unused code

Bug: webrtc:7408
Change-Id: Ic4bd745ed36dd7f7d5eec6531e05204035a545fd
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133188
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27648}
This commit is contained in:
Niels Möller
2019-04-16 16:11:09 +02:00
committed by Commit Bot
parent 034f1916b5
commit 50150a18f4
6 changed files with 1 additions and 25 deletions

View File

@ -61,10 +61,6 @@ void VCMReceiver::Reset() {
}
}
void VCMReceiver::UpdateRtt(int64_t rtt) {
jitter_buffer_.UpdateRtt(rtt);
}
int32_t VCMReceiver::InsertPacket(const VCMPacket& packet) {
// Insert the packet into the jitter buffer. The packet can either be empty or
// contain media at this point.