Skip to content

Commit

Permalink
liblzma: Remove commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Feb 19, 2024
1 parent 4ce300c commit 746c471
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/liblzma/rangecoder/range_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,6 @@ do { \
"movzw 2(%[probs_base], %q[symbol], 4), %[t0]\n\t" \
"lea (%q[symbol], %q[symbol]), %[symbol]\n\t" \
"cmovae %[t0], %[prob" #b "]\n\t" \
) \
last_only( \
/*"lea (%q[symbol], %q[symbol]), %[symbol]\n\t"*/ \
) \
\
"lea %c[bit_model_offset](%q[prob" #a "]), %[t0]\n\t" \
Expand Down

0 comments on commit 746c471

Please sign in to comment.