diff --git a/libsolutil/LP.cpp b/libsolutil/LP.cpp index 50569f297..134b0ea01 100644 --- a/libsolutil/LP.cpp +++ b/libsolutil/LP.cpp @@ -595,9 +595,6 @@ pair, ReasonSet>> SolvingStateSimplifier return {LPResult::Infeasible, move(*conflict)}; if (auto conflict = extractDirectConstraints()) return {LPResult::Infeasible, move(*conflict)}; - // Used twice on purpose - if (auto conflict = removeFixedVariables()) - return {LPResult::Infeasible, move(*conflict)}; // TODO we cannot do this anymore because it would // mess up the variable numbering // removeEmptyColumns();