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:
@@ -61,7 +61,6 @@ bool parse(string const& _source, Dialect const& _dialect, ErrorReporter& errorR
|
||||
return (yul::AsmAnalyzer(
|
||||
analysisInfo,
|
||||
errorReporter,
|
||||
boost::none,
|
||||
_dialect
|
||||
)).analyze(*parserResult);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user