Delete obsolete constructor from VideoQualityMetricsReporter

Bug: webrtc:10430
Change-Id: I7deb6c2200544d2cc48ab607a3b67198afe374ef
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/177250
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31529}
This commit is contained in:
Andrey Logvin 2020-06-16 07:46:46 +00:00 committed by Commit Bot
parent 67f80cea66
commit 2b7bbd9c5b

View File

@ -33,7 +33,6 @@ struct VideoBweStats {
class VideoQualityMetricsReporter
: public PeerConnectionE2EQualityTestFixture::QualityMetricsReporter {
public:
VideoQualityMetricsReporter() : clock_(Clock::GetRealTimeClock()) {}
VideoQualityMetricsReporter(Clock* const clock) : clock_(clock) {}
~VideoQualityMetricsReporter() override = default;