Skip to content

Commit

Permalink
Delete unused member MediaSenderInfo::packets_cached.
Browse files Browse the repository at this point in the history
Bug: None
Change-Id: I06e1a2010cc0af4b8a4ea726078fea6b67fa84d5
Reviewed-on: https://webrtc-review.googlesource.com/93281
Reviewed-by: Magnus Jedvert <[email protected]>
Commit-Queue: Niels Moller <[email protected]>
Cr-Commit-Position: refs/heads/master@{#24263}
  • Loading branch information
Niels Möller authored and Commit Bot committed Aug 10, 2018
1 parent ae09d39 commit f5f5373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion media/base/mediachannel.h
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ struct VideoSenderInfo : public MediaSenderInfo {
std::vector<SsrcGroup> ssrc_groups;
// TODO(hbos): Move this to |VideoMediaInfo::send_codecs|?
std::string encoder_implementation_name;
int packets_cached = 0;
int firs_rcvd = 0;
int plis_rcvd = 0;
int nacks_rcvd = 0;
Expand Down

0 comments on commit f5f5373

Please sign in to comment.