Skip to content

Commit 1e50992

Browse files
committed
LinearProblems have no f or p
1 parent 39934a1 commit 1e50992

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/problems/linear_problems.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ function LinearProblem(A, b, args...; kwargs...)
7878
end
7979

8080
struct LinearAliasSpecifier <: AbstractAliasSpecifier
81-
alias_p::Union{Bool,Nothing}
82-
alias_f::Union{Bool,Nothing}
8381
alias_A::Union{Bool,Nothing}
8482
alias_b::Union{Bool,Nothing}
8583
end

0 commit comments

Comments
 (0)