Skip to content

Commit 561666c

Browse files
peffgitster
authored andcommitted
reftable: drop obsolete test function declarations
These functions were moved to the unit test framework in ba9661b (t: move reftable/record_test.c to the unit testing framework, 2024-07-02) and b34116a (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a66fad2 commit 561666c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reftable/reftable-tests.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ license that can be found in the LICENSE file or at
99
#ifndef REFTABLE_TESTS_H
1010
#define REFTABLE_TESTS_H
1111

12-
int basics_test_main(int argc, const char **argv);
1312
int block_test_main(int argc, const char **argv);
14-
int record_test_main(int argc, const char **argv);
1513
int readwrite_test_main(int argc, const char **argv);
1614
int stack_test_main(int argc, const char **argv);
1715
int reftable_dump_main(int argc, char *const *argv);

0 commit comments

Comments
 (0)