Skip to content

Commit

Permalink
Revert "Merge pull request JuliaLang#1486 from JuliaLang/vs/sparse"
Browse files Browse the repository at this point in the history
This reverts commit 36ffe34, reversing
changes made to 71b1072.
  • Loading branch information
StefanKarpinski committed Nov 6, 2012
1 parent 3d43b82 commit cacd703
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 708 deletions.
12 changes: 0 additions & 12 deletions base/export.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export
LibRandom,
RNG,
Math,
Sparse,

# Types
AbstractMatrix,
Expand Down Expand Up @@ -958,17 +957,6 @@ export
rfftn,
xcorr,

# sparse
SparseMatrixCSC,
issparse,
full,
sparse,
sprand,
sprandn,
spones,
spzeros,
speye,

# iteration
start,
done,
Expand Down
4 changes: 0 additions & 4 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ using RNG
include("sort.jl")
include("combinatorics.jl")

# Sparse matrices
include("sparse.jl")
using Sparse

# distributed arrays and memory-mapped arrays
include("darray.jl")
include("mmap.jl")
Expand Down
Loading

0 comments on commit cacd703

Please sign in to comment.