Skip to content

Commit

Permalink
Update StaticArrayInterface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 10, 2024
1 parent 4d35b01 commit 8aa56b5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/StaticArrayInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -486,17 +486,6 @@ include("indexing.jl")
include("stridelayout.jl")
include("broadcast.jl")

@static if !isdefined(Base, :get_extension)
import Requires
end

@static if !isdefined(Base, :get_extension)
function __init__()
Requires.@require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin include("../ext/StaticArrayInterfaceStaticArraysExt.jl") end
Requires.@require OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" begin include("../ext/StaticArrayInterfaceOffsetArraysExt.jl") end
end
end

## Precompilation

@setup_workload begin
Expand Down

0 comments on commit 8aa56b5

Please sign in to comment.