| Index: sdk/lib/_internal/compiler/implementation/ssa/from_ir_builder.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/from_ir_builder.dart (revision 31184)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/from_ir_builder.dart (working copy)
|
| @@ -60,8 +60,6 @@
|
| final Map<IrExpression, HInstruction> emitted =
|
| new Map<IrExpression, HInstruction>();
|
|
|
| - void emitReturn(HInstruction value, IrReturn node);
|
| -
|
| /**
|
| * This method sets up the state of the IR visitor for inlining an invocation
|
| * of [function].
|
|
|