Remove unused enum (kStatsValueNameEchoCancellationQualityMin).
Removing enum that was left behind when the metric aec_quality_min was removed. Bug: webrtc:8563 Change-Id: I8a8c68659abc6465ef42f002f73bd2607e953ac5 Reviewed-on: https://webrtc-review.googlesource.com/33004 Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21321}
This commit is contained in:
committed by
Commit Bot
parent
534be46721
commit
7c5597aff2
@ -1807,9 +1807,6 @@ TEST_F(StatsCollectorTest, FilterOutNegativeInitialValues) {
|
||||
&value_in_report));
|
||||
EXPECT_FALSE(GetValue(report, StatsReport::kStatsValueNameJitterReceived,
|
||||
&value_in_report));
|
||||
EXPECT_FALSE(GetValue(report,
|
||||
StatsReport::kStatsValueNameEchoCancellationQualityMin,
|
||||
&value_in_report));
|
||||
EXPECT_FALSE(GetValue(report, StatsReport::kStatsValueNameEchoDelayMedian,
|
||||
&value_in_report));
|
||||
EXPECT_FALSE(GetValue(report, StatsReport::kStatsValueNameEchoDelayStdDev,
|
||||
|
||||
Reference in New Issue
Block a user