| Index: pkg/compiler/lib/src/resolution/registry.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/registry.dart b/pkg/compiler/lib/src/resolution/registry.dart
|
| index 3ed66e5f93480f779fdc87e2b181cca86a5c196e..eeaa2a8af9b7a22d4b67b7f7831152ead47cfb41 100644
|
| --- a/pkg/compiler/lib/src/resolution/registry.dart
|
| +++ b/pkg/compiler/lib/src/resolution/registry.dart
|
| @@ -298,10 +298,6 @@ class ResolutionRegistry extends Registry {
|
| world.registerInstantiatedType(type, this);
|
| }
|
|
|
| - void registerFactoryWithTypeArguments() {
|
| - world.registerFactoryWithTypeArguments(this);
|
| - }
|
| -
|
| void registerAbstractClassInstantiation() {
|
| backend.resolutionCallbacks.onAbstractClassInstantiation(this);
|
| }
|
|
|