| Index: pkg/compiler/lib/src/resolution/constructors.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/constructors.dart b/pkg/compiler/lib/src/resolution/constructors.dart
|
| index 76aa6fcad3fac71f63845a7dd689813f743f9a14..9df156ca83c33f521788e96d3a2bf4f899e71050 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -233,7 +233,6 @@ class InitializerResolver {
|
| constructorSelector);
|
| if (calledConstructor != null) {
|
| registry.registerImplicitSuperCall(calledConstructor);
|
| - registry.registerStaticUse(calledConstructor);
|
| }
|
|
|
| if (isConst && isValidAsConstant) {
|
|
|