| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 978aeee94a8c3ba922a619b697c00477887b4d11..0acde111e33870376821e1b97bf1a6fdadf05989 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -1176,15 +1176,6 @@ Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info,
|
| }
|
|
|
|
|
| -Handle<Code> Pipeline::GenerateCodeForTesting(Isolate* isolate,
|
| - CallDescriptor* call_descriptor,
|
| - Graph* graph,
|
| - Schedule* schedule) {
|
| - CompilationInfo info("testing", isolate, graph->zone());
|
| - return GenerateCodeForTesting(&info, call_descriptor, graph, schedule);
|
| -}
|
| -
|
| -
|
| Handle<Code> Pipeline::GenerateCodeForTesting(CompilationInfo* info,
|
| CallDescriptor* call_descriptor,
|
| Graph* graph,
|
|
|