Index: pkg/kernel/lib/class_hierarchy.dart |
diff --git a/pkg/kernel/lib/class_hierarchy.dart b/pkg/kernel/lib/class_hierarchy.dart |
index 0968b720dcb20d5055f30ed9df1fe2b660540d98..5adc277376332e79d9983bd31f733789ca3a4567 100644 |
--- a/pkg/kernel/lib/class_hierarchy.dart |
+++ b/pkg/kernel/lib/class_hierarchy.dart |
@@ -13,9 +13,6 @@ import 'type_algebra.dart'; |
/// TODO(scheglov) Several methods are not used, or used only in tests. |
/// Check if these methods are not useful and should be removed . |
abstract class ClassHierarchy { |
- factory ClassHierarchy(Program program) => |
- new ClosedWorldClassHierarchy(program); |
- |
/// Given the [unordered] classes, return them in such order that classes |
/// occur after their superclasses. If some superclasses are not in |
/// [unordered], they are not included. |