| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index 6413fc15a22be0e5eddadb7508b94129a117f94f..30825c74fc79efb95a9d2aef9d117fea2c1958b5 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -119,8 +119,6 @@ class ElementKind {
|
| const ElementKind('ambiguous', ElementCategory.NONE);
|
| static const ElementKind ERROR =
|
| const ElementKind('error', ElementCategory.NONE);
|
| - static const ElementKind MALFORMED_TYPE =
|
| - const ElementKind('malformed', ElementCategory.NONE);
|
|
|
| toString() => id;
|
| }
|
|
|