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