Skip to content

Commit

Permalink
Remove useless line (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jun 22, 2021
1 parent 4bce8a0 commit 8840b7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,6 @@ function MOI.optimize!(model::Optimizer)
else
max_objective!(model.inner, f)
end
# TODO remove
f(zeros(num_variables), zeros(num_variables))
end

Jac_IJ = num_nl_constraints > 0 ? MOI.jacobian_structure(model.nlp_data.evaluator) : Tuple{Int,Int}[]
Expand Down

0 comments on commit 8840b7d

Please sign in to comment.