From cb2d476bc0ec4e0b453bf985523b3a4a169a81ff Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sun, 20 Dec 2020 19:04:16 +0000 Subject: [PATCH] Remove second declaration of jl_n_threads The declaration has been moved to julia.h, which is already included in this file. --- src/threading.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/threading.h b/src/threading.h index 072b7264841c2..43516ccceebb1 100644 --- a/src/threading.h +++ b/src/threading.h @@ -13,7 +13,6 @@ extern "C" { #define PROFILE_JL_THREADING 0 extern jl_ptls_t *jl_all_tls_states JL_GLOBALLY_ROOTED; /* thread local storage */ -extern JL_DLLEXPORT int jl_n_threads; /* # threads we're actually using */ typedef struct _jl_threadarg_t { int16_t tid;