Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Netto authored and Diogo Netto committed Jun 10, 2022
1 parent 4c1ce60 commit 563df8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partr.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ uint64_t io_wakeup_enter;
uint64_t io_wakeup_leave;
);

uv_mutex_t *sleep_locks, *safepoint_sleep_locks;
uv_cond_t *wake_signals, *safepoint_wake_signals;
uv_mutex_t *sleep_locks;
uv_cond_t *wake_signals;

JL_DLLEXPORT int jl_set_task_tid(jl_task_t *task, int16_t tid) JL_NOTSAFEPOINT
{
Expand Down

0 comments on commit 563df8e

Please sign in to comment.