Remove old accessor in GenericAckReceived
Bug: None Change-Id: I6bb58f09731e0492e93bb28fd5d9fb541c7c8db1 Reviewed-on: https://webrtc-review.googlesource.com/c/122961 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26678}
This commit is contained in:

committed by
Commit Bot

parent
788f577603
commit
1290fc7086
@ -50,10 +50,6 @@ class RtcEventGenericAckReceived final : public RtcEvent {
|
|||||||
int64_t acked_packet_number() const { return acked_packet_number_; }
|
int64_t acked_packet_number() const { return acked_packet_number_; }
|
||||||
|
|
||||||
// Timestamp when the |acked_packet_number| was received by the remote side.
|
// Timestamp when the |acked_packet_number| was received by the remote side.
|
||||||
absl::optional<int64_t> receive_timestamp_ms() const {
|
|
||||||
return receive_acked_packet_time_ms_;
|
|
||||||
}
|
|
||||||
|
|
||||||
absl::optional<int64_t> receive_acked_packet_time_ms() const {
|
absl::optional<int64_t> receive_acked_packet_time_ms() const {
|
||||||
return receive_acked_packet_time_ms_;
|
return receive_acked_packet_time_ms_;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user