Commit 866ec24c authored by multrus's avatar multrus
Browse files

remove leftovers of JBM_TSM_ON_TCS

parent e6b45e18
Loading
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -4835,19 +4835,8 @@ static ivas_error renderIsmToBinauralReverb(
    input_ism *ismInput,
    IVAS_REND_AudioBuffer outAudio )
{
#ifdef JBM_TSM_ON_TCS
    int16_t i;
#endif
    float tmpRendBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k];
    ivas_error error;
#ifdef JBM_TSM_ON_TCS
    float *p_tmpRendBuffer[MAX_OUTPUT_CHANNELS];

    for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ )
    {
        p_tmpRendBuffer[i] = tmpRendBuffer[i];
    }
#endif

    push_wmops( "renderIsmToBinauralRoom" );