Skip to content

Commit

Permalink
Remove intsettest declaration from intset.h (valkey-io#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
valkey-io#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>
Signed-off-by: Karthick Ariyaratnam <karthyuom@gmail.com>
  • Loading branch information
Shivshankar-Reddy authored and karthyuom committed May 13, 2024
1 parent b1dda94 commit db31d8b
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 db31d8b

Please sign in to comment.