Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.cc (revision 32017) |
| +++ runtime/vm/flow_graph_compiler.cc (working copy) |
| @@ -97,11 +97,6 @@ |
| } |
| -bool FlowGraphCompiler::HasFinally() const { |
| - return parsed_function().function().has_finally(); |
| -} |
| - |
| - |
| void FlowGraphCompiler::InitCompiler() { |
| pc_descriptors_list_ = new DescriptorList(64); |
| exception_handlers_list_ = new ExceptionHandlerList(); |