diff --git a/test/allocs.jl b/test/allocs.jl index 69d0d8c..5e0f3de 100644 --- a/test/allocs.jl +++ b/test/allocs.jl @@ -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)