Skip to content

Commit 27d90af

Browse files
authored
Remove PrecompileTools (#214)
1 parent f64aefb commit 27d90af

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ version = "1.6.2"
77
AdaptivePredicates = "35492f91-a3bd-45ad-95db-fcad7dcfedb7"
88
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
99
ExactPredicates = "429591f6-91af-11e9-00e2-59fbe8cec110"
10-
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1110
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1211

1312
[compat]
1413
AdaptivePredicates = "1.2"
1514
EnumX = "1.0"
1615
ExactPredicates = "2.2"
17-
PrecompileTools = "1.2"
1816
Random = "1"
1917
Test = "1"
2018
julia = "1.6"

src/DelaunayTriangulation.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import ExactPredicates as EP
66
import AdaptivePredicates as AP
77
import EnumX
88
import Random
9-
import PrecompileTools
109

1110
abstract type AbstractPredicateKernel end # needs to be defined early for use in data_structures.jl
1211
const PredicateCacheType = Union{Nothing, <:Tuple}
@@ -20,6 +19,4 @@ include("validation.jl")
2019
include("exports.jl")
2120
include("public.jl")
2221

23-
include("precompile.jl")
24-
2522
end

src/precompile.jl

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

0 commit comments

Comments
 (0)