From e049097f4906a599ca0ad7e871d74d2e34d618c5 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 15 Oct 2015 13:53:29 -0700 Subject: [PATCH] Remove spurious commented code. --- firmware/baseband/matched_filter.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firmware/baseband/matched_filter.cpp b/firmware/baseband/matched_filter.cpp index 48514266..6772ab8c 100644 --- a/firmware/baseband/matched_filter.cpp +++ b/firmware/baseband/matched_filter.cpp @@ -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;