mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 04:04:34 +00:00
Remove spurious commented code.
This commit is contained in:
parent
0a7ac153a7
commit
e049097f49
@ -34,10 +34,6 @@ bool MatchedFilter::execute_once(
|
||||
|
||||
advance_decimation_phase();
|
||||
if( is_new_decimation_cycle() ) {
|
||||
// const sample_t* first1 = &samples_[0];
|
||||
// const sample_t* const last1 = &samples_[taps_count_];
|
||||
// const sample_t* first2 = &taps_[0];
|
||||
|
||||
float r_n = 0.0f;
|
||||
float i_n = 0.0f;
|
||||
float r_p = 0.0f;
|
||||
|
Loading…
Reference in New Issue
Block a user