mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 16:34:37 +00:00
tests: threads::basic: remove unused function exit_abruptly
This commit is contained in:
parent
7d7f6d332c
commit
98a5f081c5
@ -54,12 +54,6 @@ static void *return_normally(void *param)
|
||||
{
|
||||
return param;
|
||||
}
|
||||
|
||||
static void *exit_abruptly(void *param)
|
||||
{
|
||||
git_thread_exit(param);
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
void test_threads_basic__exit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user