[DVQA] Remove old constructor from StatsKey
Bug: b/205824594 Change-Id: I081ca48978ce498c56f47022e28fa0a66846765f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238667 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35405}
This commit is contained in:
parent
6d057976e9
commit
646a90784e
@ -157,12 +157,6 @@ struct AnalyzerStats {
|
||||
};
|
||||
|
||||
struct StatsKey {
|
||||
// Keep this constructor for temporary backward compatibility.
|
||||
StatsKey(std::string stream_label,
|
||||
std::string /*sender*/,
|
||||
std::string receiver)
|
||||
: stream_label(std::move(stream_label)), receiver(std::move(receiver)) {}
|
||||
|
||||
StatsKey(std::string stream_label, std::string receiver)
|
||||
: stream_label(std::move(stream_label)), receiver(std::move(receiver)) {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user