Skip to content

Commit 12b9161

Browse files
committed
Drop Compat.SuiteSparse from #435
1 parent b9b25b0 commit 12b9161

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Compat.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ import Markdown
3232

3333
include("compatmacro.jl")
3434

35-
if VERSION < v"0.7.0-DEV.2609"
36-
@eval module SuiteSparse
37-
if Base.USE_GPL_LIBS
38-
using Compat.SparseArrays: CHOLMOD, SPQR, UMFPACK
39-
end
40-
using Compat.SparseArrays: increment, increment!, decrement, decrement!
41-
end
42-
end
43-
4435
@static if VERSION < v"0.7.0-DEV.3500"
4536
const REPL = Base.REPL
4637
else

0 commit comments

Comments
 (0)