| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 36088d9cf3662725edc1e5d7ac6876b59c9b601a..2f96f6199d3a63a8063ab8cee2b69d4b86a42ef7 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -3273,10 +3273,6 @@ void EffectGraphVisitor::VisitTryCatchNode(TryCatchNode* node) {
|
|
|
| CatchClauseNode* catch_block = node->catch_block();
|
| if (catch_block != NULL) {
|
| - // Set the corresponding try index for this catch block so
|
| - // that we can set the appropriate handler pc when we generate
|
| - // code for this catch block.
|
| - catch_block->set_try_index(try_index);
|
| EffectGraphVisitor for_catch_block(owner(), temp_index());
|
| catch_block->Visit(&for_catch_block);
|
| CatchBlockEntryInstr* catch_entry =
|
|
|