Skip to content

Commit

Permalink
Remove intsettest declaration from intset.h (#471)
Browse files Browse the repository at this point in the history
All the intset unit tests are migrated to new test framework as part of
#344, but the old framework
declaration is missed to remove from intset.h. So removed the code.

Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
  • Loading branch information
Shivshankar-Reddy committed May 8, 2024
1 parent 1125bdb commit 6cff0d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/intset.h
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 6cff0d6

Please sign in to comment.