Commit 6303c127 authored by bayers's avatar bayers
Browse files

remove stale code for non-implemented JBM-OSBA

parent 0e4ea46e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2379,12 +2379,6 @@ int16_t ivas_jbm_dec_get_num_tc_channels(
        *nchan_transport_full = num_tc;
#endif
    }
#ifdef NONBE_UNIFIED_DECODING_PATHS
    else if ( st_ivas->ivas_format == SBA_ISM_FORMAT )
    {
        assert( !"Format not implemented in JBM yet!" );
    }
#endif
#ifdef UNIFY_CHANNEL_MEM_HEAP
    *nchan_transport_jbm = num_tc;
#endif