Skip to content

Commit

Permalink
Drop Compat.SuiteSparse from #435
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Oct 4, 2019
1 parent d9cf949 commit 3ed2409
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ import Markdown

include("compatmacro.jl")

if VERSION < v"0.7.0-DEV.2609"
@eval module SuiteSparse
if Base.USE_GPL_LIBS
using Compat.SparseArrays: CHOLMOD, SPQR, UMFPACK
end
using Compat.SparseArrays: increment, increment!, decrement, decrement!
end
end

@static if VERSION < v"0.7.0-DEV.3500"
const REPL = Base.REPL
else
Expand Down

0 comments on commit 3ed2409

Please sign in to comment.