Skip to content

Commit 4f13604

Browse files
committed
Remove Julia v1.8 version check and precompilation code
Since the current Julia LTS is v1.10, the version check for v1.8 is no longer needed. Additionally, the precompilation code itself is not necessary and has been removed entirely. Changes: - Removed the @static if VERSION >= v"1.8" check - Removed the include("precompile.jl") statement - Deleted the src/precompile.jl file 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f0c82e9 commit 4f13604

File tree

2 files changed

+0
-166
lines changed

2 files changed

+0
-166
lines changed

src/RootedTrees.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,9 +1613,4 @@ function __init__()
16131613
return nothing
16141614
end
16151615

1616-
# explicit precompilation on Julia v1.8 and newer
1617-
@static if VERSION >= v"1.8"
1618-
include("precompile.jl")
1619-
end
1620-
16211616
end # module

src/precompile.jl

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)