| 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 9e40cff7f7f6d08a0fcb6d131acbf30fb6fd87ae..1a4055549b556a0f401dce0f37c28443dd606b2b 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -171,7 +171,6 @@ class InitializerResolver {
|
| ConstructorElement foundConstructor =
|
| findConstructor(constructor.library, lookupTarget, constructorName);
|
|
|
| - final bool isImplicitSuperCall = false;
|
| final String className = lookupTarget.name;
|
| CallStructure callStructure = argumentsResult.callStructure;
|
| ConstructorElement calledConstructor = verifyThatConstructorMatchesCall(
|
|
|