Commit 4f13604
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 <[email protected]>1 parent f0c82e9 commit 4f13604
2 files changed
+0
-166
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1613 | 1613 | | |
1614 | 1614 | | |
1615 | 1615 | | |
1616 | | - | |
1617 | | - | |
1618 | | - | |
1619 | | - | |
1620 | | - | |
1621 | 1616 | | |
This file was deleted.
0 commit comments