Skip to content

Commit

Permalink
Simplify precompile statements
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 22, 2021
1 parent 89413cc commit 6483344
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 250 deletions.
5 changes: 0 additions & 5 deletions src/Containers/Containers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,4 @@ include("no_duplicate_dict.jl")
include("container.jl")
include("macro.jl")

if Base.VERSION >= v"1.4.2"
include("precompile.jl")
_precompile_()
end

end
93 changes: 0 additions & 93 deletions src/Containers/precompile.jl

This file was deleted.

5 changes: 0 additions & 5 deletions src/_Derivatives/_Derivatives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,4 @@ include("forward.jl")
include("reverse.jl")
include("subexpressions.jl")

if Base.VERSION >= v"1.4.2"
include("precompile.jl")
_precompile_()
end

end # module
4 changes: 0 additions & 4 deletions src/_Derivatives/precompile.jl

This file was deleted.

Loading

0 comments on commit 6483344

Please sign in to comment.