Skip to content

Commit d7d1b0a

Browse files
committed
Remove dead code in ThreadProc
1 parent a29a799 commit d7d1b0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/processor.jl

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ iscompatible_arg(proc::ThreadProc, opts, x) = true
168168
else
169169
# TODO: Use Threads.@threads?
170170
function execute!(proc::ThreadProc, f, args...)
171-
sch_handle = task_local_storage(:sch_handle)
172171
tls = get_tls()
173172
task = @async begin
174173
set_tls!(tls)

0 commit comments

Comments
 (0)