mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3105 from ethereum/z3-unused-var
Remove unused variable in Z3
This commit is contained in:
commit
da298eb5ad
@ -98,7 +98,7 @@ pair<CheckResult, vector<string>> Z3Interface::check(vector<Expression> const& _
|
|||||||
values.push_back(toString(m.eval(toZ3Expr(e))));
|
values.push_back(toString(m.eval(toZ3Expr(e))));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (z3::exception const& _e)
|
catch (z3::exception const&)
|
||||||
{
|
{
|
||||||
result = CheckResult::ERROR;
|
result = CheckResult::ERROR;
|
||||||
values.clear();
|
values.clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user