From d154e36d96393ba547b97695366cbdf559a4e029 Mon Sep 17 00:00:00 2001 From: Andrey Logvin Date: Thu, 2 Jul 2020 13:54:39 +0000 Subject: [PATCH] Remove unused QualityMetricsReporter::Start method from pc test api Bug: webrtc:11381 Change-Id: I254aef4f0c218fe1ee70499f405449f8a226b44b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178567 Reviewed-by: Artem Titov Reviewed-by: Karl Wiberg Commit-Queue: Andrey Logvin Cr-Commit-Position: refs/heads/master@{#31618} --- api/test/peerconnection_quality_test_fixture.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/test/peerconnection_quality_test_fixture.h b/api/test/peerconnection_quality_test_fixture.h index 94a2ad6b8a..6dc119fb24 100644 --- a/api/test/peerconnection_quality_test_fixture.h +++ b/api/test/peerconnection_quality_test_fixture.h @@ -420,11 +420,6 @@ class PeerConnectionE2EQualityTestFixture { // StopAndReportResults(). virtual void Start(absl::string_view test_case_name, const TrackIdStreamInfoMap* reporter_helper) = 0; - // This method has been added for backwards compatibility with upstream - // project. - void Start(absl::string_view test_case_name) { - Start(test_case_name, nullptr); - } // Invoked by framework after call is ended and peer connection factory and // peer connection are destroyed.