| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 15c4969dd3ecb1ac9a364f880c2f9831dd1cbf98..8ceb61db9ce3e6e05324f715097858e20ffc8767 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -627,10 +627,6 @@ class Compiler : public AllStatic {
|
|
|
| static Handle<Code> InstallOptimizedCode(OptimizingCompiler* info);
|
|
|
| - static Handle<Code> CompileForOnStackReplacement(Handle<JSFunction> function);
|
| -
|
| - static Handle<Code> CompileForConcurrentOSR(Handle<JSFunction> function);
|
| -
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| static bool MakeCodeForLiveEdit(CompilationInfo* info);
|
| #endif
|
|
|