mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
tests: threads::basic: remove unused function exit_abruptly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user