Skip to content

Commit

Permalink
Unary encoding: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alejosanchez committed Aug 27, 2015
1 parent 56729b1 commit 02b3744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2015/01/08/unarydecoding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ int bitscanunary_ctzl2(long *bitmap, int bitmapsize, int *out) {
#ifdef IACA
IACA_START;
#endif
long t = bitset & -bitset;
int r = __builtin_ctzl(bitset);
newval = k * 64 + r;
out[pos++] = newval - val;
Expand Down

0 comments on commit 02b3744

Please sign in to comment.