From f1104f6d66091d1a6f75e96654afd82788b35e90 Mon Sep 17 00:00:00 2001 From: Andrew MacDonald Date: Mon, 2 Nov 2015 17:46:30 -0800 Subject: [PATCH] Remove TODO referring to issue1981, which I just marked WontFix. TBR=aluebs@webrtc.org BUG=webrtc:1981 Review URL: https://codereview.webrtc.org/1409253008 . Cr-Commit-Position: refs/heads/master@{#10488} --- .../audio_processing/test/audio_processing_unittest.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc index 809fd3b87e..eac165c542 100644 --- a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc +++ b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc @@ -2748,9 +2748,5 @@ INSTANTIATE_TEST_CASE_P( std::tr1::make_tuple(16000, 16000, 16000, 16000, 0, 0))); #endif -// TODO(henrike): re-implement functionality lost when removing the old main -// function. See -// https://code.google.com/p/webrtc/issues/detail?id=1981 - } // namespace } // namespace webrtc