Index: pkg/compiler/lib/src/common/codegen.dart |
diff --git a/pkg/compiler/lib/src/common/codegen.dart b/pkg/compiler/lib/src/common/codegen.dart |
index 521458560a80630bb795bf916284796d40deed1d..285e03290c1f6d4fe1a093ce99d2fa14bedc81a7 100644 |
--- a/pkg/compiler/lib/src/common/codegen.dart |
+++ b/pkg/compiler/lib/src/common/codegen.dart |
@@ -21,7 +21,6 @@ import '../universe/use.dart' show DynamicUse, StaticUse, TypeUse; |
import '../universe/world_impact.dart' |
show WorldImpact, WorldImpactBuilderImpl, WorldImpactVisitor; |
import '../util/util.dart' show Pair, Setlet; |
-import 'registry.dart' show Registry; |
import 'work.dart' show WorkItem; |
class CodegenImpact extends WorldImpact { |
@@ -146,7 +145,7 @@ class _CodegenImpact extends WorldImpactBuilderImpl implements CodegenImpact { |
// TODO(johnniwinther): Split this class into interface and implementation. |
// TODO(johnniwinther): Move this implementation to the JS backend. |
-class CodegenRegistry extends Registry { |
+class CodegenRegistry { |
final Compiler compiler; |
final Element currentElement; |
final _CodegenImpact worldImpact; |