Skip to content

Commit 78c5cd9

Browse files
imciner2staticfloat
authored andcommitted
Remove second declaration of jl_n_threads
The declaration has been moved to julia.h, which is already included in this file. (cherry picked from commit cb2d476)
1 parent b9b0c35 commit 78c5cd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/threading.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ extern "C" {
1313
#define PROFILE_JL_THREADING 0
1414

1515
extern jl_ptls_t *jl_all_tls_states JL_GLOBALLY_ROOTED; /* thread local storage */
16-
extern JL_DLLEXPORT int jl_n_threads; /* # threads we're actually using */
1716

1817
typedef struct _jl_threadarg_t {
1918
int16_t tid;

0 commit comments

Comments
 (0)