These functions were moved to the unit test framework in ba9661b457 (t: move reftable/record_test.c to the unit testing framework, 2024-07-02) and b34116a30c (t: move reftable/basics_test.c to the unit testing framework, 2024-05-29). The declarations in reftable-tests.h are leftover cruft. Signed-off-by: Jeff King <peff@xxxxxxxx> --- OK, I lied in the cover letter, this one isn't just adding UNUSED. But hopefully it is also obviously correct. ;) reftable/reftable-tests.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reftable/reftable-tests.h b/reftable/reftable-tests.h index 4b666810af..941e5dd011 100644 --- a/reftable/reftable-tests.h +++ b/reftable/reftable-tests.h @@ -9,9 +9,7 @@ license that can be found in the LICENSE file or at #ifndef REFTABLE_TESTS_H #define REFTABLE_TESTS_H -int basics_test_main(int argc, const char **argv); int block_test_main(int argc, const char **argv); -int record_test_main(int argc, const char **argv); int readwrite_test_main(int argc, const char **argv); int stack_test_main(int argc, const char **argv); int reftable_dump_main(int argc, char *const *argv); -- 2.46.0.585.gd6679c16d8