Skip to content

Commit b83d548

Browse files
remove missing script
1 parent fa98b30 commit b83d548

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LinearSolve.jl

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ include("factorization.jl")
3939
include("iterative_wrappers.jl")
4040
include("preconditioners.jl")
4141
include("default.jl")
42-
include("alg_utils.jl")
4342

4443
const IS_OPENBLAS = Ref(true)
4544
isopenblas() = IS_OPENBLAS[]

0 commit comments

Comments
 (0)