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 b35824d4ef41e3e73acce1e81d5568c6a5dfbed8..b9a396d7076d1d390b622218e4b8eca129230ed4 100644 |
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart |
@@ -741,7 +741,6 @@ abstract class ClassElement extends TypeDeclarationElement |
bool get hasLocalScopeMembers; |
// TODO(kasperl): These are bit fishy. Do we really need them? |
- void set rawType(InterfaceType value); |
void set thisType(InterfaceType value); |
void set supertype(DartType value); |
void set allSupertypes(Link<DartType> value); |