Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1650)

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 14907008: Remove support for interface in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2ba40bce49d2b0240bde473add70ee5eb0045b55..14fc59e662d3ca3a4fe88246f70e3a0652234969 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
@@ -769,11 +769,6 @@ abstract class ClassElement extends TypeDeclarationElement
void set resolutionState(int value);
void set nativeTagInfo(SourceString value);
- // TODO(kasperl): These seem outdated.
- bool isInterface();
- DartType get defaultClass;
- void set defaultClass(DartType value);
-
bool isObject(Compiler compiler);
bool isSubclassOf(ClassElement cls);
bool implementsInterface(ClassElement intrface);

Powered by Google App Engine
This is Rietveld 408576698