From 940c35c53ea0355e1c08c446ae33fda54df744c6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 12 Mar 2015 01:42:46 +0100 Subject: [PATCH] Remove old comment. --- decode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/decode.cpp b/decode.cpp index b3b8aa3..930b193 100644 --- a/decode.cpp +++ b/decode.cpp @@ -397,7 +397,6 @@ float eval_badness(const std::vector& pulses, double calibration_factor) void spsa_train(std::vector &pcm, int sample_rate) { - // Train! float filter[NUM_FILTER_COEFF] = { 1.0f }; // The rest is filled with 0. float start_c = INITIAL_C; -- 2.39.2