Commit d43e90a0 authored by Mohammadreza Naghibzadeh's avatar Mohammadreza Naghibzadeh
Browse files

Removed unused variable to solve linux build failure.

parent 2a748651
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2585,8 +2585,6 @@ static Word16 IMDCT_ivas_fx_calc_qwin(
    Word16 *old_out_fx,
    Word16 Q_old_out_fx,
    Word16 q_win,
    const Word16 L_frame,
    const Word16 L_frameTCX,
    const Word16 FB_flag )
{
    Word16 t, old_syn_Overl_len, syn_Overl_TDAC_len;
@@ -3015,7 +3013,7 @@ void IMDCT_ivas_fx(
    {
        // q_win = IMDCT_ivas_fx_adjust_qwin( *Q_syn_Overl_TDAC_fx, *Q_old_syn_overl_fx, hTcxDec->Q_old_syn_Overl, *q_old_out_fx, q_win );
        q_win = IMDCT_ivas_fx_calc_qwin( st, syn_Overl_TDAC_fx, *Q_syn_Overl_TDAC_fx, old_syn_overl_fx, *Q_old_syn_overl_fx,
                                         hTcxDec->old_syn_Overl, hTcxDec->Q_old_syn_Overl, old_out_fx, *q_old_out_fx, q_win, L_frame, L_frameTCX, FB_flag );
                                         hTcxDec->old_syn_Overl, hTcxDec->Q_old_syn_Overl, old_out_fx, *q_old_out_fx, q_win, FB_flag );
    }
#else
    x_e_hdrm = add( q_win, sub( Q16, q_x ) );