[SMTChecker] Fix call to function at state var init

This commit is contained in:
Leonardo Alt
2019-05-09 16:12:44 +02:00
parent c3a1c168d0
commit 6027383ae5
2 changed files with 60 additions and 1 deletions
-1
View File
@@ -196,7 +196,6 @@ void SMTChecker::endVisit(FunctionDefinition const&)
if (m_callStack.empty())
{
checkUnderOverflow();
removeLocalVariables();
solAssert(m_callStack.empty(), "");
}
}