Index: sdk/lib/mirrors/mirrors.dart |
diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart |
index 1c4c799b6037b1d9070c495be354445323df769e..f96525ae2393a8cd54b8a596294318fa630edebf 100644 |
--- a/sdk/lib/mirrors/mirrors.dart |
+++ b/sdk/lib/mirrors/mirrors.dart |
@@ -705,11 +705,6 @@ abstract class ClassMirror implements TypeMirror, ObjectMirror { |
List<ClassMirror> get superinterfaces; |
/** |
- * Is the reflectee abstract? |
- */ |
- bool get isAbstract; |
- |
- /** |
* Returns an immutable map of the declarations actually given in the class |
* declaration. |
* |