Skip to content

Commit ae32cee

Browse files
Merge pull request #484 from SciML/myb/nlsolve
Remove unnecessary overload
2 parents 0a1ffe8 + c5fe6de commit ae32cee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/perform_step/sdirk.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,3 @@ end
272272

273273
end
274274
end
275-
276-
### Mirror OrdinaryDiffEq because of dispatch on cache
277-
function OrdinaryDiffEq.update_W!(nlsolver::OrdinaryDiffEq.AbstractNLSolver, integrator, cache::StochasticDiffEqMutableCache, dtgamma, repeat_step)
278-
if OrdinaryDiffEq.isnewton(nlsolver)
279-
OrdinaryDiffEq.calc_W!(OrdinaryDiffEq.get_W(nlsolver), integrator, nlsolver, cache, dtgamma, repeat_step, true)
280-
end
281-
nothing
282-
end

0 commit comments

Comments
 (0)