Remove commented, dead code.

This commit is contained in:
Jared Boone
2016-01-04 15:42:19 -08:00
parent 73671ca5f6
commit 36021689f9
3 changed files with 0 additions and 15 deletions

View File

@@ -40,7 +40,6 @@ float ERTProcessor::abs(const complex8_t& v) {
void ERTProcessor::execute(const buffer_c8_t& buffer) {
/* 4.194304MHz, 2048 samples */
// auto decimator_out = decimator.execute(buffer);
const complex8_t* src = &buffer.p[0];
const complex8_t* const src_end = &buffer.p[buffer.count];