Skip to content

Commit

Permalink
Remove intsettest declaration from intset.h
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
  • Loading branch information
Shivshankar-Reddy committed May 8, 2024
1 parent 315b757 commit c4a0050
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/intset.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,4 @@ uint32_t intsetLen(const intset *is);
size_t intsetBlobLen(intset *is);
int intsetValidateIntegrity(const unsigned char *is, size_t size, int deep);

#ifdef SERVER_TEST
int intsetTest(int argc, char *argv[], int flags);
#endif

#endif // __INTSET_H

0 comments on commit c4a0050

Please sign in to comment.