| Index: lib/binary/tag.dart
|
| diff --git a/lib/binary/tag.dart b/lib/binary/tag.dart
|
| index eb2da45d99162945e9d14f5844133fa2a9f6b408..226b190427eae836ac41a9bb04f76881daeeb937 100644
|
| --- a/lib/binary/tag.dart
|
| +++ b/lib/binary/tag.dart
|
| @@ -59,7 +59,6 @@ class Tag {
|
| static const int AwaitExpression = 51;
|
| static const int FunctionExpression = 52;
|
| static const int Let = 53;
|
| - static const int BlockExpression = 54;
|
| static const int PositiveIntLiteral = 55;
|
| static const int NegativeIntLiteral = 56;
|
| static const int BigIntLiteral = 57;
|
|
|