Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 13460) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -165,11 +165,6 @@ |
| FlowGraphPrinter printer(*flow_graph); |
| printer.PrintBlocks(); |
| } |
| - if (Dart::flow_graph_writer() != NULL) { |
| - // Write flow graph to file. |
| - FlowGraphVisualizer printer(*flow_graph); |
| - printer.PrintFunction(); |
| - } |
| if (optimized) { |
| flow_graph->ComputeUseLists(); |