Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 28647) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -293,8 +293,6 @@ |
| const Value& left, |
| const Value& right); |
| - void RemoveInterpolationInputs(const StaticCallInstr& call); |
| - |
| virtual void VisitBlocks() { UNREACHABLE(); } |
| #define DECLARE_VISIT(type) virtual void Visit##type(type##Instr* instr); |