Skip to content

Commit 256efb4

Browse files
jClugstorChrisRackauckas
authored andcommitted
redundant line
1 parent 842ee60 commit 256efb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ function SciMLBase.init(prob::LinearProblem, alg::SciMLLinearSolveAlgorithm,
151151
kwargs...)
152152
(; A, b, u0, p) = prob
153153

154-
aliases = alias
155-
156154
if haskey(kwargs,:alias_A) || haskey(kwargs,:alias_b)
157155
aliases = LinearAliasSpecifier()
158156

0 commit comments

Comments
 (0)