summaryrefslogtreecommitdiff
path: root/include/git2.h
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 /include/git2.h
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 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h
index b36bb5365..cf6b5cb89 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -57,7 +57,6 @@
#include "git2/status.h"
#include "git2/submodule.h"
#include "git2/tag.h"
-#include "git2/threads.h"
#include "git2/transport.h"
#include "git2/tree.h"
#include "git2/types.h"