Removed unused member |last_unwrap_| from RtpFrameReferenceFinder.

Bug: none
Change-Id: Ideb876d89dbab7a9f4c8c46d95217f00e07b62d6
Reviewed-on: https://webrtc-review.googlesource.com/98862
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24644}
This commit is contained in:
philipel
2018-09-07 13:20:40 +02:00
committed by Commit Bot
parent 4384f53285
commit 0417eadbf2
2 changed files with 0 additions and 14 deletions

View File

@ -149,10 +149,6 @@ class RtpFrameReferenceFinder {
std::set<uint16_t, DescendingSeqNumComp<uint16_t>> stashed_padding_
RTC_GUARDED_BY(crit_);
// The last unwrapped picture id. Used to unwrap the picture id from a length
// of |kPicIdLength| to 16 bits.
int last_unwrap_ RTC_GUARDED_BY(crit_);
// Frames earlier than the last received frame that have not yet been
// fully received.
std::set<uint16_t, DescendingSeqNumComp<uint16_t, kPicIdLength>>