File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,6 @@ Currently, the `@compat` macro supports the following syntaxes:
58
58
* ` using Compat.Unicode ` is provided on versions older than 0.7, where this library is not
59
59
yet a part of the standard library. ([ #25021 ] )
60
60
61
- * ` using Compat.SparseArrays ` is provided on versions older than 0.7, where this library is
62
- not yet part of the standard library ([ #25249 ] ).
63
-
64
61
* ` using Compat.Random ` is provided on versions older than 0.7, where this library is
65
62
not yet part of the standard library ([ #24874 ] ).
66
63
Original file line number Diff line number Diff line change @@ -25,17 +25,11 @@ import Libdl
25
25
const AbstractDateTime = Compat. Dates. AbstractDateTime
26
26
import Printf
27
27
import LinearAlgebra
28
+ import SparseArrays
28
29
29
30
30
31
include (" compatmacro.jl" )
31
32
32
- if VERSION < v " 0.7.0-DEV.3389"
33
- const SparseArrays = Base. SparseArrays
34
- else
35
- import SparseArrays
36
- end
37
-
38
-
39
33
# v"0.7.0-beta.234" introduced Random.gentype (formerly Base.eltype)
40
34
# v"0.7.0-beta2.171" deprecated Random.srand in favor of Random.seed! (unexported)
41
35
# v"0.7.0-DEV.3406" moved Base.Random to stdlib Random
You can’t perform that action at this time.
0 commit comments