diff options
author | Vicent Marti <tanoku@gmail.com> | 2012-12-19 00:12:26 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-01-02 02:05:11 +0100 |
commit | 156cfec096fd71cbd6d15592e80d164b8f3b55ad (patch) | |
tree | cd094a1cbf813efe0d6f33e3cdd1a3477ea44b2a /tests-clar/clar_helpers.c | |
parent | 036e81f72613e59fdf344af57ed0a381ade356b0 (diff) | |
download | libgit2-156cfec096fd71cbd6d15592e80d164b8f3b55ad.tar.gz |
Cleanup Clar to make it SIMPLER
Diffstat (limited to 'tests-clar/clar_helpers.c')
-rw-r--r-- | tests-clar/clar_helpers.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests-clar/clar_helpers.c b/tests-clar/clar_helpers.c index b718d4305..ce3ec4af4 100644 --- a/tests-clar/clar_helpers.c +++ b/tests-clar/clar_helpers.c @@ -2,17 +2,6 @@ #include "posix.h" #include "path.h" -void clar_on_init(void) -{ - git_threads_init(); -} - -void clar_on_shutdown(void) -{ - giterr_clear(); - git_threads_shutdown(); -} - void cl_git_mkfile(const char *filename, const char *content) { int fd; |