]> git.ipfire.org Git - thirdparty/git.git/commitdiff
reftable: drop obsolete test function declarations
authorJeff King <peff@peff.net>
Sat, 17 Aug 2024 08:24:06 +0000 (04:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Aug 2024 16:46:12 +0000 (09:46 -0700)
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@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/reftable-tests.h

index 4b666810af568f1c74cd90618ce6d6ed93a70722..941e5dd0117597a7ba0fb01881609e8a81d9f9af 100644 (file)
@@ -9,9 +9,7 @@ https://developers.google.com/open-source/licenses/bsd
 #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);