summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-12-12 08:29:43 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2014-12-12 15:46:57 +0100
commit263b1d6ed97d56608f9a358fa0bfe9e66c968f36 (patch)
tree1a12b0651cb6b194b8cef8615054c24e0cfbf6a0 /src
parent4eb97ef3bf18403fbce351ae4cac673655d2886a (diff)
downloadlibgit2-263b1d6ed97d56608f9a358fa0bfe9e66c968f36.tar.gz
Make the OpenSSL locking function warnings more severe
Our git_openssl_set_locking() would ideally not exist. Make it clearer that we provide it as a last resort and you should prefer anything else.
Diffstat (limited to 'src')
-rw-r--r--src/global.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c
index b09e6df02..f79bfd353 100644
--- a/src/global.c
+++ b/src/global.c
@@ -8,7 +8,6 @@
#include "global.h"
#include "hash.h"
#include "sysdir.h"
-#include "git2/threads.h"
#include "git2/global.h"
#include "thread-utils.h"