Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf127ee

Browse files
committed
global: remove an unused variable
1 parent 78e16c3 commit bf127ee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/global.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ git_mutex git__mwindow_mutex;
2222

2323
#define MAX_SHUTDOWN_CB 8
2424

25-
#ifdef GIT_OPENSSL
26-
# include <openssl/ssl.h>
27-
SSL_CTX *git__ssl_ctx;
28-
# ifdef GIT_THREADS
29-
static git_mutex *openssl_locks;
30-
# endif
31-
#endif
32-
3325
static git_global_shutdown_fn git__shutdown_callbacks[MAX_SHUTDOWN_CB];
3426
static git_atomic git__n_shutdown_callbacks;
3527
static git_atomic git__n_inits;

0 commit comments

Comments
 (0)