This commit is contained in:
Alex Beregszaszi 2018-04-05 14:25:51 +02:00
parent e8be0e61b3
commit 3730f68d4b

View File

@ -246,7 +246,6 @@ bool CompilerStack::analyze()
for (Source const* source: m_sourceOrder)
smtChecker.analyze(*source->ast);
}
}
catch(FatalError const&)
{