Skip to content

Commit 9320866

Browse files
kshyattamitmurthy
authored andcommitted
Remove bad constructor for CachingPool (#19431)
1 parent a4612cc commit 9320866

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/workerpool.jl

-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ function CachingPool(workers::Vector{Int})
265265
return pool
266266
end
267267

268-
CachingPool(wp::WorkerPool) = CachingPool(workers(wp))
269-
270268
"""
271269
clear!(pool::CachingPool) -> pool
272270

0 commit comments

Comments
 (0)