Skip to content

Commit 98a5f08

Browse files
committed
tests: threads::basic: remove unused function exit_abruptly
1 parent 7d7f6d3 commit 98a5f08

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/threads/basic.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ static void *return_normally(void *param)
5454
{
5555
return param;
5656
}
57-
58-
static void *exit_abruptly(void *param)
59-
{
60-
git_thread_exit(param);
61-
return NULL;
62-
}
6357
#endif
6458

6559
void test_threads_basic__exit(void)

0 commit comments

Comments
 (0)