Skip to content

Commit

Permalink
Remove second declaration of jl_n_threads
Browse files Browse the repository at this point in the history
The declaration has been moved to julia.h, which is already included
in this file.
  • Loading branch information
imciner2 committed Dec 20, 2020
1 parent 8ace36f commit cb2d476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/threading.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb2d476

Please sign in to comment.