Index: runtime/vm/flow_graph_compiler.cc |
diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc |
index f54e104845ffb51785e943366ce9450ff9ce0f17..4388c181ef6a3b4685589d49f81fcbeda3aa81ff 100644 |
--- a/runtime/vm/flow_graph_compiler.cc |
+++ b/runtime/vm/flow_graph_compiler.cc |
@@ -1040,12 +1040,6 @@ void FlowGraphCompiler::FinalizeStaticCallTargetsTable(const Code& code) { |
void FlowGraphCompiler::FinalizeCodeSourceMap(const Code& code) { |
- if (FLAG_precompiled_mode) { |
- // TODO(rmacnak): Include a filtered verion of this to produce stack traces |
- // with inlined frames. |
- return; |
- } |
- |
const Array& inlined_id_array = |
Array::Handle(zone(), code_source_map_builder_->InliningIdToFunction()); |
INC_STAT(Thread::Current(), total_code_size, |