| Index: pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| index 3e82f93484387bf05c7a32e8cc4897f380057b74..7ba13c8e061f42171a59937b42dbf23c766708bf 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| @@ -2098,10 +2098,6 @@ class Branch extends TailExpression {
|
| // UTILITY STUFF
|
| // ----------------------------------------------------------------------------
|
|
|
| -Reference<Primitive> _reference(Primitive definition) {
|
| - return new Reference<Primitive>(definition);
|
| -}
|
| -
|
| Reference<Primitive> _optionalReference(Primitive definition) {
|
| return definition == null ? null : new Reference<Primitive>(definition);
|
| }
|
|
|