From 68084190682cc85a36c5e9f5b537684d35f14389 Mon Sep 17 00:00:00 2001 From: kwiberg Date: Wed, 15 Jun 2016 05:54:10 -0700 Subject: [PATCH] iSAC decoder: Remove obsolete TODO NOTRY=true Review-Url: https://codereview.webrtc.org/2069993002 Cr-Commit-Position: refs/heads/master@{#13152} --- webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h b/webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h index b6b16ddb54..fec7d59793 100644 --- a/webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h +++ b/webrtc/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h @@ -21,8 +21,6 @@ namespace webrtc { -// TODO(kwiberg): Remove the possibility of not specifying the sample rate at -// object creation time. template class AudioDecoderIsacT final : public AudioDecoder { public: