mirror of
https://github.com/git/git.git
synced 2026-08-05 07:31:02 +00:00
reftable: drop obsolete test function declarations
These functions were moved to the unit test framework inba9661b457(t: move reftable/record_test.c to the unit testing framework, 2024-07-02) andb34116a30c(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>
This commit is contained in:
committed by
Junio C Hamano
parent
a66fad2d28
commit
561666cc4c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user