| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index bea582fcfff7b4440da06ac3e3f5a694d81279a8..e084f1606dc6a3e64f38c5aee33a163dc219ad5a 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -1341,10 +1341,7 @@ static RawError* CompileFunctionHelper(CompilationPipeline* pipeline,
|
| } else if (FLAG_disassemble_optimized &&
|
| optimized &&
|
| FlowGraphPrinter::ShouldPrint(function)) {
|
| - // TODO(fschneider): Print unoptimized code along with the optimized code.
|
| - THR_Print("*** BEGIN CODE\n");
|
| Disassembler::DisassembleCode(function, true);
|
| - THR_Print("*** END CODE\n");
|
| }
|
| DEBUG_ONLY(CheckInliningIntervals(function));
|
| return Error::null();
|
|
|