mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Fix call to function at state var init
This commit is contained in:
@@ -196,7 +196,6 @@ void SMTChecker::endVisit(FunctionDefinition const&)
|
||||
if (m_callStack.empty())
|
||||
{
|
||||
checkUnderOverflow();
|
||||
removeLocalVariables();
|
||||
solAssert(m_callStack.empty(), "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user