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:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user