Commit 6f1a7a0e authored by sagnowski's avatar sagnowski
Browse files

Remove unused variable

parent 700c0e98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6579,7 +6579,9 @@ static ivas_error renderActiveInputsMasa(
    int16_t i;
    input_masa *pCurrentInput;
    ivas_error error;
#ifndef LIB_REND_API_5MS
    int16_t sf_idx;
#endif

    for ( i = 0, pCurrentInput = hIvasRend->inputsMasa; i < RENDERER_MAX_MASA_INPUTS; ++i, ++pCurrentInput )
    {