Skip to content

Commit

Permalink
Remove unused code. Closes CID #1258580
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 15, 2014
1 parent 58479fb commit 7d4b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/rbmonkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ int main(UNUSED int argc, UNUSED char *argv[])
mask = 0xff >> (fr_rand() & 7);
thresh &= mask;
n = (fr_rand() % MAXSIZE) + 1;
while (n < 0 || n > MAXSIZE) n >>= 1;

fprintf(stderr, "filter = %x mask = %x n= %i\n",
thresh, mask, n);

Expand Down

0 comments on commit 7d4b758

Please sign in to comment.