Skip to content

Commit

Permalink
Drop compat code for IterativeEigensolvers from #435
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Oct 8, 2019
1 parent 19735ae commit b95638c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ import Printf

include("compatmacro.jl")

if VERSION < v"0.7.0-DEV.2655"
@eval module IterativeEigensolvers
using Base: eigs, svds
export eigs, svds
end
elseif VERSION < v"0.7.0-DEV.3019"
@eval module IterativeEigensolvers
using IterativeEigenSolvers: eigs, svds
export eigs, svds
end
end

@static if VERSION < v"0.7.0-DEV.3449"
const LinearAlgebra = Base.LinAlg
else
Expand Down

0 comments on commit b95638c

Please sign in to comment.