summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/t13-threads.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/t13-threads.c b/tests/t13-threads.c
index 62ca73ac2..3888b70ce 100644
--- a/tests/t13-threads.c
+++ b/tests/t13-threads.c
@@ -32,13 +32,6 @@ typedef struct {
unsigned int __dummy;
} ttest_obj;
-void *cache0_thread(void *data)
-{
- git_cache *cache = (git_cache*)data;
- unsigned int num;
-
-}
-
BEGIN_TEST(cache0, "run several threads polling the cache at the same time")
END_TEST