Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 32017) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -434,9 +434,6 @@ |
| Environment* SlowPathEnvironmentFor(Instruction* instruction); |
| - // Returns true if the compiled function has a finally clause. |
| - bool HasFinally() const; |
| - |
| intptr_t CurrentTryIndex() const { |
| if (current_block_ == NULL) { |
| return CatchClauseNode::kInvalidTryIndex; |