| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| index 319407b2f7b6e582fd2a8dea329fff42ac34d91d..4539d5a3795c98d1333269856bd9333f5f3e5a26 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| @@ -4088,11 +4088,6 @@ abstract class SsaFromAstMixin
|
| return;
|
| }
|
|
|
| - if (constructor.isFactoryConstructor() &&
|
| - !expectedType.typeArguments.isEmpty) {
|
| - compiler.enqueuer.codegen.registerFactoryWithTypeArguments(elements);
|
| - }
|
| -
|
| TypeMask elementType = computeType(constructor);
|
| if (isFixedListConstructorCall) {
|
| if (!inputs[0].isNumber(compiler)) {
|
|
|