Make EVM version part of EVM dialect.

This commit is contained in:
chriseth
2019-02-21 21:59:46 +01:00
parent 773a3ff880
commit 7f5b335b47
20 changed files with 51 additions and 48 deletions
-1
View File
@@ -61,7 +61,6 @@ bool parse(string const& _source, std::shared_ptr<Dialect> _dialect, ErrorReport
return (yul::AsmAnalyzer(
analysisInfo,
errorReporter,
dev::test::Options::get().evmVersion(),
boost::none,
_dialect
)).analyze(*parserResult);