Commit 169b2dcb authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix unused variable error

parent 61bcd699
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6750,7 +6750,7 @@ void elliptic_bpf_48k_generic_fx(
    }

#ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic
    IF( 1 /* !IsUpsampled3*/ )
    IF( 1 || !IsUpsampled3 )
    {
        FOR( i = 0; i < L_FRAME48k; i++ )
        {