Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 23951) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -202,8 +202,6 @@ |
| private: |
| FlowGraph* flow_graph() const { return flow_graph_; } |
| - bool MayHoist(Instruction* instr, BlockEntryInstr* pre_header); |
| - |
| void Hoist(ForwardInstructionIterator* it, |
| BlockEntryInstr* pre_header, |
| Instruction* current); |