| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index a104749521a57a0089f9f97975d1dc8d53b23074..7aeca1f4c8b1681b4048be48920fecbddf496d41 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -829,7 +829,6 @@ class ClassElement extends ContainerElement {
|
|
|
| Link<Type> allSupertypes;
|
| ClassElement patch = null;
|
| - Node defaultClause; // Only for interfaces.
|
|
|
| ClassElement(SourceString name, CompilationUnitElement enclosing, this.id)
|
| : localMembers = new Map<SourceString, Element>(),
|
|
|