Skip to content

Commit d93e431

Browse files
author
oscarddssmith
committed
fix
1 parent 67b0cc3 commit d93e431

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/problems/ode_problems.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ function ODEProblem(f, u0, tspan, p = NullParameters(); kwargs...)
199199
_u0 = prepare_initial_state(u0)
200200
_tspan = promote_tspan(tspan)
201201
_f = if iip
202-
out = copy(u0) # TODO: do this properly
203202
ODEFunction{iip, FullSpecialize}(DUMB_WRAPPER(p, first(_tspan), ODE_F_WRAPPER(f)))
204203
else
205204
_f = ODEFunction{iip, DEFAULT_SPECIALIZATION}(f)

0 commit comments

Comments
 (0)