From 52c21640508c3fc668107778ae027ff4428ebd89 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 29 Jul 2025 10:55:29 +0200 Subject: Cleanup some TODOs --- src/solvers/coord/solve.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/solvers/coord/solve.h') diff --git a/src/solvers/coord/solve.h b/src/solvers/coord/solve.h index a2f89db..75ec200 100644 --- a/src/solvers/coord/solve.h +++ b/src/solvers/coord/solve.h @@ -312,14 +312,6 @@ solve_coord( .solution_settings = &solution_settings, .solution_list = &solution_list, .nissflag = nissflag, - - /* - Since no move has been done yet, this field should be - neither true nor false; using its value now is logically - undefined behavior. - TODO: find a more elegant solution - */ - .lastisnormal = true, }; if (coord->coord(c, coord_data) == 0) { -- cgit v1.3