aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2024-08-17 04:24:06 -0400
committerJunio C Hamano <gitster@pobox.com>2024-08-17 09:46:12 -0700
commit561666cc4cd84799334a68b16d0dd204f000efa8 (patch)
tree8cd03b62cee7ffb502d81513416e63a5cb755f88
parenta66fad2d28f362cd0f91f13d98a7ddb8bc599c3e (diff)
downloadgit-561666cc4cd84799334a68b16d0dd204f000efa8.tar.gz
reftable: drop obsolete test function declarations
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>
-rw-r--r--reftable/reftable-tests.h2
1 files changed, 0 insertions, 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 @@ 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);