Skip to content

Commit 72155b6

Browse files
committed
Remove unneeded hessian call
1 parent 4eba2e8 commit 72155b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/solve/moi.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ function MOI.eval_hessian_lagrangian(
9393
μ,
9494
) where {T}
9595
n = length(moiproblem.u0)
96-
# TODO(odow): what is this? Why is it called?
97-
a = zeros(n, n)
98-
moiproblem.f.hess(a, x)
9996
if iszero(σ)
10097
fill!(h, zero(T))
10198
else

0 commit comments

Comments
 (0)