Commit fb740d63 authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

removed assert(0)

parent f207d2d2
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -225,7 +225,6 @@ Word16 ivas_ari_decode_14bits_bit_ext_1_lfe(
                test();
                IF( GE_32( low, ari_q1new ) && LT_32( high, ari_q3new ) )
                {
                    assert( 0 );
                    value = L_sub( value, ari_q1new );
                    low = L_sub( low, ari_q1new );
                    high = L_sub( high, ari_q1new );