diff options
Diffstat (limited to 'src/git2/errors.h')
-rw-r--r-- | src/git2/errors.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/git2/errors.h b/src/git2/errors.h index 98bce485..627e67c7 100644 --- a/src/git2/errors.h +++ b/src/git2/errors.h @@ -33,16 +33,6 @@ */ GIT_BEGIN_DECL -/** The git errno. */ -#if defined(GIT_TLS) -GIT_EXTERN_TLS(int) git_errno; - -#elif defined(GIT_HAS_PTHREAD) -# define git_errno (*git__errno_storage()) -GIT_EXTERN(int *) git__errno_storage(void); - -#endif - /** * strerror() for the Git library * @param num The error code to explain |