| Index: runtime/vm/flow_graph_compiler.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.cc (revision 35347)
|
| +++ runtime/vm/flow_graph_compiler.cc (working copy)
|
| @@ -696,11 +696,6 @@
|
| }
|
|
|
|
|
| -void FlowGraphCompiler::FinalizeComments(const Code& code) {
|
| - code.set_comments(assembler()->GetCodeComments());
|
| -}
|
| -
|
| -
|
| void FlowGraphCompiler::FinalizeStaticCallTargetsTable(const Code& code) {
|
| ASSERT(code.static_calls_target_table() == Array::null());
|
| code.set_static_calls_target_table(
|
|
|