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:

committed by
Commit Bot

parent
30323e2fb2
commit
e611f19c32
@ -21,7 +21,6 @@ namespace webrtc {
|
||||
|
||||
// Struct for bundling a circular buffer of two dimensional vector objects
|
||||
// together with the read and write indices.
|
||||
// TODO(peah): Change name of this class to be more specific to what it does.
|
||||
struct BlockBuffer {
|
||||
BlockBuffer(size_t size,
|
||||
size_t num_bands,
|
||||
|
@ -21,7 +21,6 @@ namespace webrtc {
|
||||
|
||||
// Struct for bundling a circular buffer of one dimensional vector objects
|
||||
// together with the read and write indices.
|
||||
// TODO(peah): Change name of this class to be more specific to what it does.
|
||||
struct SpectrumBuffer {
|
||||
SpectrumBuffer(size_t size, size_t num_channels, size_t spectrum_length);
|
||||
~SpectrumBuffer();
|
||||
|
Reference in New Issue
Block a user