Remove obsolete enforce-via-yul logic and CI run.

This commit is contained in:
Daniel Kirchner
2022-05-19 20:23:28 +02:00
parent 0cb9590298
commit e93ad30e43
30 changed files with 34 additions and 46 deletions
-1
View File
@@ -40,7 +40,6 @@ public:
std::string filename;
langutil::EVMVersion evmVersion;
std::vector<boost::filesystem::path> vmPaths;
bool enforceCompileViaYul = false;
bool enforceCompileToEwasm = false;
bool enforceGasCost = false;
u256 enforceGasCostMinValue;