diff --git a/dsp/src/iir.rs b/dsp/src/iir.rs index e081556..33d8fdf 100644 --- a/dsp/src/iir.rs +++ b/dsp/src/iir.rs @@ -66,7 +66,6 @@ fn min(x: f32, y: f32) -> f32 { o } - // Multiply-accumulate vectors `x` and `a`. // // A.k.a. dot product.