mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Assembly: Remove errorTypeForLoose property from AsmAnalyzer.
This commit is contained in:
@@ -106,7 +106,6 @@ public:
|
||||
AsmAnalyzer analyzer(
|
||||
*m_analysisInfo,
|
||||
errorReporter,
|
||||
langutil::Error::Type::SyntaxError,
|
||||
m_dialect
|
||||
);
|
||||
if (!analyzer.analyze(*m_ast) || !errorReporter.errors().empty())
|
||||
|
||||
Reference in New Issue
Block a user