Remove deprecated call to UpdateHistogramsOnCallEnd

Bug: webrtc:5298
Change-Id: I440e5972ecb69e2d90d918cc5106a16ade4a6041
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135126
Reviewed-by: Sam Zackrisson <saza@webrtc.org>
Commit-Queue: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27849}
This commit is contained in:
Per Åhgren
2019-05-03 15:54:57 +02:00
committed by Commit Bot
parent d547d862d5
commit 9363c778fe

View File

@ -132,7 +132,6 @@ void FuzzAudioProcessing(test::FuzzDataHelper* fuzz_data,
// Cover stats gathering code paths.
static_cast<void>(apm->GetStatistics(true /*has_remote_tracks*/));
static_cast<void>(apm->UpdateHistogramsOnCallEnd());
RTC_DCHECK_NE(apm_return_code, AudioProcessing::kBadDataLengthError);
}