| Index: src/compiler/code-generator.h
|
| diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
|
| index 71fae76a3ab52352239df62c0dfc059b5963bd2f..5f35e8a36ec5da8f9e5a81b0c3e49ed30461630a 100644
|
| --- a/src/compiler/code-generator.h
|
| +++ b/src/compiler/code-generator.h
|
| @@ -181,7 +181,6 @@ class CodeGenerator final : public GapResolver::Assembler {
|
| Translation* translation);
|
| void AddTranslationForOperand(Translation* translation, Instruction* instr,
|
| InstructionOperand* op, MachineType type);
|
| - void AddNopForSmiCodeInlining();
|
| void EnsureSpaceForLazyDeopt();
|
| void MarkLazyDeoptSite();
|
|
|
|
|