Skip to content

Commit

Permalink
Remove backwards compatibility extension logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Nov 12, 2024
1 parent 6808394 commit 58fedb5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/LazyArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,4 @@ function _mulbanded_copyto! end
abstract type AbstractLazyBandedLayout <: AbstractBandedLayout end
struct LazyBandedLayout <: AbstractLazyBandedLayout end

if !isdefined(Base, :get_extension)
include("../ext/LazyArraysStaticArraysExt.jl")
include("../ext/LazyArraysBandedMatricesExt.jl")
include("../ext/LazyArraysBlockArraysExt.jl")
include("../ext/LazyArraysBlockBandedMatricesExt.jl")
end

end # module

0 comments on commit 58fedb5

Please sign in to comment.