| Index: sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (revision 30610)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (working copy)
|
| @@ -2806,13 +2806,11 @@
|
|
|
| class HSwitchBlockInformation implements HStatementInformation {
|
| final HExpressionInformation expression;
|
| - final List<List<Constant>> matchExpressions;
|
| final List<HStatementInformation> statements;
|
| final TargetElement target;
|
| final List<LabelElement> labels;
|
|
|
| HSwitchBlockInformation(this.expression,
|
| - this.matchExpressions,
|
| this.statements,
|
| this.target,
|
| this.labels);
|
|
|