| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 48424fcdacd6a594542173cb7a56eb9ee3ac81ed..1ff4a46e208428ce218db1add2416782ef6e4bc3 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -775,11 +775,7 @@ bool GetOptimizedCodeLater(CompilationInfo* info) {
|
| if (FLAG_trace_concurrent_recompilation) {
|
| PrintF(" ** Queued ");
|
| info->closure()->ShortPrint();
|
| - if (info->is_osr()) {
|
| - PrintF(" for concurrent OSR at %d.\n", info->osr_ast_id().ToInt());
|
| - } else {
|
| - PrintF(" for concurrent optimization.\n");
|
| - }
|
| + PrintF(" for concurrent optimization.\n");
|
| }
|
| return true;
|
| }
|
|
|