iSAC decoder: Remove obsolete TODO

NOTRY=true

Review-Url: https://codereview.webrtc.org/2069993002
Cr-Commit-Position: refs/heads/master@{#13152}
This commit is contained in:
kwiberg
2016-06-15 05:54:10 -07:00
committed by Commit bot
parent edaa849013
commit 6808419068

View File

@ -21,8 +21,6 @@
namespace webrtc {
// TODO(kwiberg): Remove the possibility of not specifying the sample rate at
// object creation time.
template <typename T>
class AudioDecoderIsacT final : public AudioDecoder {
public: