Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Sep 28, 2023
1 parent 11ea5f8 commit 24261f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/dsp/chowdsp_filters/Utils/chowdsp_VicanekHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ namespace VicanekHelpers
const auto sqrtB0 = sqrt (B0);
const auto sqrtB1 = sqrt (B1);
const auto W = (T) 0.5 * (sqrtB0 + sqrtB1);
// B2 = max (B2, -W * W);

jassert (SIMDUtils::all (W * W + B2 >= (T) 0));
b[0] = (T) 0.5 * (W + sqrt (W * W + B2));
Expand Down

0 comments on commit 24261f3

Please sign in to comment.