| Index: pkg/compiler/lib/src/ssa/nodes.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/nodes.dart b/pkg/compiler/lib/src/ssa/nodes.dart
|
| index 6ed6aefd82b331c399289af6204eec97906fcbe9..d08ea7390b3d547f8747b281bf66e7fc0abcafb2 100644
|
| --- a/pkg/compiler/lib/src/ssa/nodes.dart
|
| +++ b/pkg/compiler/lib/src/ssa/nodes.dart
|
| @@ -3226,8 +3226,6 @@ class HTypeInfoReadVariable extends HInstruction {
|
| setUseGvn();
|
| }
|
|
|
| - HInstruction get object => inputs.single;
|
| -
|
| accept(HVisitor visitor) => visitor.visitTypeInfoReadVariable(this);
|
|
|
| bool canThrow() => false;
|
|
|