mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove duplicate >= in Z3
This commit is contained in:
parent
114983e079
commit
a71c6faf0f
@ -118,8 +118,7 @@ z3::expr Z3Interface::toZ3Expr(Expression const& _expr)
|
||||
{">=", 2},
|
||||
{"+", 2},
|
||||
{"-", 2},
|
||||
{"*", 2},
|
||||
{">=", 2}
|
||||
{"*", 2}
|
||||
};
|
||||
string const& n = _expr.name;
|
||||
if (m_functions.count(n))
|
||||
|
Loading…
Reference in New Issue
Block a user