diff --git a/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h b/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h index c412ea16c1..58701820a9 100644 --- a/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h +++ b/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h @@ -76,9 +76,6 @@ class VideoQualityAnalyzerInjectionHelper : public StatsObserverInterface { void Start(std::string test_case_name, rtc::ArrayView peer_names, int max_threads_count); - void Start(std::string test_case_name, int max_threads_count) { - Start(test_case_name, std::vector{}, max_threads_count); - } // Forwards |stats_reports| for Peer Connection |pc_label| to // |analyzer_|.