| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 31dd9c44cccc681c385858610a9efcf9bb44ebda..f30a530e3d4071b21174e5cccadced24c3300030 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -246,7 +246,6 @@ class LCodeGen BASE_EMBEDDED {
|
| LEnvironment* environment,
|
| Deoptimizer::BailoutType bailout_type);
|
| void DeoptimizeIf(Condition cc, LEnvironment* environment);
|
| - void SoftDeoptimize(LEnvironment* environment);
|
| void AddToTranslation(Translation* translation,
|
| LOperand* op,
|
| bool is_tagged,
|
|
|