Skip to content

Commit 09913b9

Browse files
authored
Merge pull request #1550 from anandijain/patch-3
rm upstreamed dispatch
2 parents 604fde8 + 52684b2 commit 09913b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -901,11 +901,6 @@ function SteadyStateProblemExpr(sys::AbstractODESystem, args...; kwargs...)
901901
SteadyStateProblemExpr{true}(sys, args...; kwargs...)
902902
end
903903

904-
# SU 442 and Symbolics 588 copied over for CI, will be removed
905-
function SymbolicUtils.substitute(op::Symbolics.Differential, dict; kwargs...)
906-
@set! op.x = substitute(op.x, dict; kwargs...)
907-
end
908-
909904
function _match_eqs(eqs1, eqs2)
910905
eqpairs = Pair[]
911906
for (i, eq) in enumerate(eqs1)

0 commit comments

Comments
 (0)