Skip to content

Commit

Permalink
Trimming duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jun 11, 2023
1 parent e29535b commit ed8c0b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bitset.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ extern inline bool bitset_for_each(const bitset_t *b, bitset_iterator iterator,
void *ptr);
extern inline size_t bitset_next_set_bits(const bitset_t *bitset, size_t *buffer,
size_t capacity, size_t *startfrom);
extern inline size_t bitset_next_set_bits(const bitset_t *bitset, size_t *buffer,
size_t capacity, size_t *startfrom);
extern inline void bitset_set_to_value(bitset_t *bitset, size_t i, bool flag);
extern inline void bitset_set(bitset_t *bitset, size_t i);
extern inline size_t bitset_size_in_words(const bitset_t *bitset);
Expand Down

0 comments on commit ed8c0b9

Please sign in to comment.