| Index: pkg/compiler/lib/src/kernel/env.dart
|
| diff --git a/pkg/compiler/lib/src/kernel/env.dart b/pkg/compiler/lib/src/kernel/env.dart
|
| index af566a0e9ab129f98428fc2832a5e276d3a7b1c9..57c853b6a60bc3e4b028a7611ae2b211cde8632c 100644
|
| --- a/pkg/compiler/lib/src/kernel/env.dart
|
| +++ b/pkg/compiler/lib/src/kernel/env.dart
|
| @@ -427,7 +427,6 @@ class ClassData {
|
| final ir.Class cls;
|
| final ClassDefinition definition;
|
| bool isMixinApplication;
|
| - bool isCallTypeComputed = false;
|
|
|
| InterfaceType thisType;
|
| InterfaceType rawType;
|
| @@ -435,7 +434,6 @@ class ClassData {
|
| InterfaceType mixedInType;
|
| List<InterfaceType> interfaces;
|
| OrderedTypeSet orderedTypeSet;
|
| - DartType callType;
|
|
|
| Iterable<ConstantValue> _metadata;
|
|
|
|
|