Commit 98a5f081 by Patrick Steinhardt

tests: threads::basic: remove unused function `exit_abruptly`

parent 7d7f6d33
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment