summaryrefslogtreecommitdiff
path: root/tests/t13-threads.c
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-03-17 22:11:35 +0200
committerVicent Marti <tanoku@gmail.com>2011-03-17 22:16:54 +0200
commitcb3e1334e8a5c3003fa0419442fc06d45508ac31 (patch)
tree6be2facd0014fff4a4769b6a6a082c722c03ad87 /tests/t13-threads.c
parent12d67a2a4e7f673e6239ac8865dfe8cb6ddcae53 (diff)
downloadlibgit2-threadsafe.tar.gz
Fix the threading implementationthreadsafe
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")