From 1256f84e8b48331df3c56059ceba2b1514a2dab6 Mon Sep 17 00:00:00 2001 From: tmigot Date: Fri, 5 Apr 2024 16:35:41 +0200 Subject: [PATCH] remove unused line in solve! tests --- test/allocs.jl | 1 - 1 file changed, 1 deletion(-) 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)