| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 5412)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -1504,9 +1504,6 @@
|
| AstPrinter::PrintFunctionNodes(parsed_function());
|
| }
|
| const Function& function = parsed_function().function();
|
| - if ((function.num_optional_parameters() != 0)) {
|
| - Bailout("function has optional parameters");
|
| - }
|
| EffectGraphVisitor for_effect(this, 0);
|
| for_effect.AddInstruction(new TargetEntryInstr());
|
| parsed_function().node_sequence()->Visit(&for_effect);
|
|
|