Skip to content

Commit 26537d1

Browse files
committed
cleanup
1 parent 115b8db commit 26537d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/systems/discrete_system/implicit_discrete_system.jl

-2
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ function SciMLBase.ImplicitDiscreteFunction{iip, specialize}(
384384
else
385385
resid_prototype = calculate_resid_prototype(length(equations(sys)), u0, p)
386386
end
387-
out = zeros(length(dvs))
388-
u = zeros(length(dvs))
389387

390388
if specialize === SciMLBase.FunctionWrapperSpecialize && iip
391389
if u0 === nothing || p === nothing || t === nothing

0 commit comments

Comments
 (0)