Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 30464) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -23,13 +23,6 @@ |
| class ParsedFunction; |
| -struct BranchLabels { |
| - Label* true_label; |
| - Label* false_label; |
| - Label* fall_through; |
| -}; |
| - |
| - |
| class ParallelMoveResolver : public ValueObject { |
| public: |
| explicit ParallelMoveResolver(FlowGraphCompiler* compiler); |