mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Tiny tweak.
This commit is contained in:
parent
65b1636867
commit
b5aa534c43
@ -595,9 +595,6 @@ pair<LPResult, variant<map<size_t, rational>, ReasonSet>> SolvingStateSimplifier
|
|||||||
return {LPResult::Infeasible, move(*conflict)};
|
return {LPResult::Infeasible, move(*conflict)};
|
||||||
if (auto conflict = extractDirectConstraints())
|
if (auto conflict = extractDirectConstraints())
|
||||||
return {LPResult::Infeasible, move(*conflict)};
|
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
|
// TODO we cannot do this anymore because it would
|
||||||
// mess up the variable numbering
|
// mess up the variable numbering
|
||||||
// removeEmptyColumns();
|
// removeEmptyColumns();
|
||||||
|
Loading…
Reference in New Issue
Block a user