Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mscastanho committed Mar 9, 2020
1 parent 7d4b35a commit 5a93654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/power/slide_hash_power8.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local void slide_hash_power8_loop(
{
vector unsigned short vw, vm, vc, vs, *vp;
const vector unsigned short v0 = {0};
unsigned chunks, m;
unsigned chunks;

/* Each vector register (chunk) corresponds to 128 bits == 8 Posf,
* so instead of processing each of the n_elems in the hash table
Expand Down

0 comments on commit 5a93654

Please sign in to comment.