Remove completed TODOs

Bug: webrtc:10913
Change-Id: I0a47b50ad04a1b4e5ba3416c6e74efe79ee73935
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151904
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29100}
This commit is contained in:
Sam Zackrisson
2019-09-06 16:21:32 +02:00
committed by Commit Bot
parent 30323e2fb2
commit e611f19c32
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ namespace webrtc {
// Struct for bundling a circular buffer of two dimensional vector objects // Struct for bundling a circular buffer of two dimensional vector objects
// together with the read and write indices. // together with the read and write indices.
// TODO(peah): Change name of this class to be more specific to what it does.
struct BlockBuffer { struct BlockBuffer {
BlockBuffer(size_t size, BlockBuffer(size_t size,
size_t num_bands, size_t num_bands,

View File

@ -21,7 +21,6 @@ namespace webrtc {
// Struct for bundling a circular buffer of one dimensional vector objects // Struct for bundling a circular buffer of one dimensional vector objects
// together with the read and write indices. // together with the read and write indices.
// TODO(peah): Change name of this class to be more specific to what it does.
struct SpectrumBuffer { struct SpectrumBuffer {
SpectrumBuffer(size_t size, size_t num_channels, size_t spectrum_length); SpectrumBuffer(size_t size, size_t num_channels, size_t spectrum_length);
~SpectrumBuffer(); ~SpectrumBuffer();