Commit 6a03103d authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2457 Removing redundant variable definition

parent 0af11dde
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3529,7 +3529,6 @@ void generate_comfort_noise_dec_hf_ivas_fx(
    Word32 tmp1, tmp2;
#ifdef FIX_BASOP_2457_HARM_GEN
    HANDLE_FD_CNG_COM hFdCngCom = st->hFdCngDec->hFdCngCom;
    Word32 Random_gauss;
#endif // FIX_BASOP_2457_HARM_GEN

    cngNoiseLevel = hFdCngCom->cngNoiseLevel + sub( hFdCngCom->stopFFTbin, hFdCngCom->startBand ); /*Q31 - hFdCngCom->cngNoiseLevelExp*/