| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index 469081c6c67979998ca356f1b04f10c7e6ed8d18..2e70d1f31192e9f854bf0fe6077afcc864ed2ddf 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -1505,8 +1505,6 @@ abstract class ClassElement extends TypeDeclarationElement
|
| abstract class MixinApplicationElement extends ClassElement {
|
| ClassElement get mixin;
|
| InterfaceType get mixinType;
|
| - void set mixinType(InterfaceType value);
|
| - void addConstructor(FunctionElement constructor);
|
| }
|
|
|
| /// Enum declaration.
|
|
|