diff mbox series

[09/15] reftable: drop obsolete test function declarations

Message ID 20240817082406.GI10287@coredump.intra.peff.net (mailing list archive)
State Accepted
Commit 561666cc4cd84799334a68b16d0dd204f000efa8
Headers show
Series marking some more unused parameters | expand

Commit Message

Jeff King Aug. 17, 2024, 8:24 a.m. UTC
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>
---
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 mbox series

Patch

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);