Commit 9562e705 authored by fotopoulou's avatar fotopoulou
Browse files

remove obsolete if condition

parent 859d9509
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -303,11 +303,7 @@ ivas_error ivas_ism_metadata_dec(
        }

        /* read ISM_NO_META class signalling */
#ifdef OSBA_DISC_OBJ_MCT
        if ( ism_mode == ISM_MODE_DISC && ism_mode != ISM_SBA_MODE_DISC )
#else
        if ( ism_mode == ISM_MODE_DISC )
#endif
        {
            for ( ch = 0; ch < *nchan_transport; ch++ )
            {