diff --git a/libyul/Dialect.h b/libyul/Dialect.h index 59237c551..5be5b812f 100644 --- a/libyul/Dialect.h +++ b/libyul/Dialect.h @@ -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 };