| Index: pkg/compiler/lib/src/ssa/graph_builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/graph_builder.dart b/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| index 1c4c68973faa4310e27fda94835ffcc5c83a6cf5..17f3985ef2c1997a3214ba977a312c08aa5dc316 100644
|
| --- a/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| @@ -19,7 +19,6 @@ abstract class GraphBuilder {
|
| /// We build the SSA graph by simulating a stack machine.
|
| List<HInstruction> stack = <HInstruction>[];
|
|
|
| -
|
| void push(HInstruction instruction) {
|
| add(instruction);
|
| stack.add(instruction);
|
|
|