Skip to content

Commit 658c444

Browse files
committed
remove useless comment
1 parent fec8f90 commit 658c444

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controller/nonlinmpc.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ function get_optim_functions(mpc::NonLinMPC, ::JuMP.GenericModel{JNT}) where JNT
554554
return gfunc_i(i, ΔŨtup)
555555
end
556556
end
557-
#gfunc = [(ΔŨ::Vararg{T, N}) -> gfunc_i(i, ΔŨ) where {N, T<:Real} for i in 1:ng]
558557
return Jfunc, gfuncs
559558
end
560559

0 commit comments

Comments
 (0)