Skip to content

Commit 8aa56b5

Browse files
Update StaticArrayInterface.jl
1 parent 4d35b01 commit 8aa56b5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/StaticArrayInterface.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -486,17 +486,6 @@ include("indexing.jl")
486486
include("stridelayout.jl")
487487
include("broadcast.jl")
488488

489-
@static if !isdefined(Base, :get_extension)
490-
import Requires
491-
end
492-
493-
@static if !isdefined(Base, :get_extension)
494-
function __init__()
495-
Requires.@require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin include("../ext/StaticArrayInterfaceStaticArraysExt.jl") end
496-
Requires.@require OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" begin include("../ext/StaticArrayInterfaceOffsetArraysExt.jl") end
497-
end
498-
end
499-
500489
## Precompilation
501490

502491
@setup_workload begin

0 commit comments

Comments
 (0)