Skip to content

Commit cfc47a0

Browse files
Revert "Reintroduce SparseArrays in the system image (#46278)"
This reverts commit 237c8d3.
1 parent 3c4559e commit cfc47a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

base/sysimg.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ let
5959
:InteractiveUtils,
6060
:LibGit2,
6161
:Profile,
62-
:SparseArrays,
6362
:UUIDs,
6463

6564
# 3-depth packages

test/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ precompile_test_harness(false) do dir
372372
:LazyArtifacts, :LibCURL, :LibCURL_jll, :LibGit2, :Libdl, :LinearAlgebra,
373373
:Logging, :Markdown, :Mmap, :MozillaCACerts_jll, :NetworkOptions, :OpenBLAS_jll, :Pkg, :Printf,
374374
:Profile, :p7zip_jll, :REPL, :Random, :SHA, :Serialization, :SharedArrays, :Sockets,
375-
:SparseArrays, :TOML, :Tar, :Test, :UUIDs, :Unicode,
375+
:TOML, :Tar, :Test, :UUIDs, :Unicode,
376376
:nghttp2_jll]
377377
),
378378
)

0 commit comments

Comments
 (0)