Skip to content

Commit f627147

Browse files
Update src/RootedTrees.jl
1 parent 51e15db commit f627147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/RootedTrees.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,8 @@ function __init__()
16001600
Threads.resize_nthreads!(PARTITION_ITERATOR_BUFFER_EDGE_SET_TMP,
16011601
Vector{Bool}(undef, BUFFER_LENGTH))
16021602

1603-
@static # explicit precompilation on Julia v1.8 and newer
1603+
return nothing
1604+
end
16041605
@static if VERSION >= v"1.8"
16051606
include("precompile.jl")
16061607
end

0 commit comments

Comments
 (0)