summaryrefslogtreecommitdiff
path: root/tests/t13-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t13-threads.c')
-rw-r--r--tests/t13-threads.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/t13-threads.c b/tests/t13-threads.c
index 7da1076c9..62ca73ac2 100644
--- a/tests/t13-threads.c
+++ b/tests/t13-threads.c
@@ -37,8 +37,6 @@ 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")