Assembly: Finally removing AsmFlavour::Loose

This commit is contained in:
Christian Parpart 2019-09-10 12:16:53 +02:00
parent 3c1d12b16c
commit 044eb2d161

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
};