Assembly: Finally removing AsmFlavour::Loose

This commit is contained in:
Christian Parpart
2019-10-25 15:01:26 +02:00
parent 3c1d12b16c
commit 044eb2d161
-1
View File
@@ -36,7 +36,6 @@ using Type = YulString;
enum class AsmFlavour
{
Loose, // no types, EVM instructions as function, jumps and direct stack manipulations
Strict, // no types, EVM instructions as functions, but no jumps and no direct stack manipulations
Yul // same as Strict mode with types
};