Skip to content

Commit

Permalink
remove unused line in solve! tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Apr 5, 2024
1 parent 0dba039 commit 1256f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/allocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ if v"1.7" <= VERSION
end

solver = PercivalSolver(nlp)
x = copy(nlp.meta.x0)
stats = GenericExecutionStats(nlp)
SolverCore.solve!(solver, nlp, stats)
reset!(solver)
Expand Down

0 comments on commit 1256f84

Please sign in to comment.