Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
| index 3293a188cf42c97fe08de86cfd1476c581f46667..aa927375ae9320507950f584756c7d9c12469773 100644 |
| --- a/runtime/vm/compiler.cc |
| +++ b/runtime/vm/compiler.cc |
| @@ -1251,7 +1251,6 @@ static RawError* CompileFunctionHelper(CompilationPipeline* pipeline, |
| num_tokens_after - num_tokens_before); |
| } |
| - |
| CompileParsedFunctionHelper helper(parsed_function, optimized, osr_id); |
| if (Compiler::IsBackgroundCompilation()) { |