Assembly: Remove errorTypeForLoose property from AsmAnalyzer.

This commit is contained in:
Christian Parpart
2019-10-25 15:01:26 +02:00
parent 6659720776
commit 3c1d12b16c
9 changed files with 1 additions and 12 deletions
-1
View File
@@ -106,7 +106,6 @@ public:
AsmAnalyzer analyzer(
*m_analysisInfo,
errorReporter,
langutil::Error::Type::SyntaxError,
m_dialect
);
if (!analyzer.analyze(*m_ast) || !errorReporter.errors().empty())