Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 30, 2024
1 parent ea014f0 commit 1ae299d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bitset.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ bool bitset_empty(const bitset_t *bitset) {
return true;
}


size_t bitset_minimum(const bitset_t *bitset) {
for (size_t k = 0; k < bitset->arraysize; k++) {
uint64_t w = bitset->array[k];
Expand Down

0 comments on commit 1ae299d

Please sign in to comment.