Skip to content

Commit cb9843d

Browse files
committed
Drop compat code for IterativeEigensolvers from #435
1 parent f1396ea commit cb9843d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Compat.jl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ import Printf
2828

2929
include("compatmacro.jl")
3030

31-
if VERSION < v"0.7.0-DEV.2655"
32-
@eval module IterativeEigensolvers
33-
using Base: eigs, svds
34-
export eigs, svds
35-
end
36-
elseif VERSION < v"0.7.0-DEV.3019"
37-
@eval module IterativeEigensolvers
38-
using IterativeEigenSolvers: eigs, svds
39-
export eigs, svds
40-
end
41-
end
42-
4331
@static if VERSION < v"0.7.0-DEV.3449"
4432
const LinearAlgebra = Base.LinAlg
4533
else

0 commit comments

Comments
 (0)