summaryrefslogtreecommitdiff
path: root/tests/threads
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2017-05-03 13:53:13 +0200
committerPatrick Steinhardt <ps@pks.im>2017-05-15 07:34:04 +0200
commit98a5f081c52ab3d85b98a522dec3a95f80f29eda (patch)
tree6f469ef85ef3090169f2a3ff5cfde96c8162e49e /tests/threads
parent7d7f6d332c4011f1e7963958ea09a8cd59178685 (diff)
downloadlibgit2-98a5f081c52ab3d85b98a522dec3a95f80f29eda.tar.gz
tests: threads::basic: remove unused function `exit_abruptly`
Diffstat (limited to 'tests/threads')
-rw-r--r--tests/threads/basic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/threads/basic.c b/tests/threads/basic.c
index a9310bbd4..af6049090 100644
--- a/tests/threads/basic.c
+++ b/tests/threads/basic.c
@@ -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)