| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index a683596568adbf3f5e272fe80709b1797931ac4a..7b68bd75e796e99bad7a0a35da0338f312421408 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -26,7 +26,6 @@ class LCodeGen: public LCodeGenBase {
|
| : LCodeGenBase(chunk, assembler, info),
|
| deoptimizations_(4, info->zone()),
|
| jump_table_(4, info->zone()),
|
| - deoptimization_literals_(8, info->zone()),
|
| inlined_function_count_(0),
|
| scope_(info->scope()),
|
| translations_(info->zone()),
|
| @@ -240,7 +239,6 @@ class LCodeGen: public LCodeGenBase {
|
| int* object_index_pointer,
|
| int* dematerialized_index_pointer);
|
| void PopulateDeoptimizationData(Handle<Code> code);
|
| - int DefineDeoptimizationLiteral(Handle<Object> literal);
|
|
|
| void PopulateDeoptimizationLiteralsWithInlinedFunctions();
|
|
|
| @@ -359,7 +357,6 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| ZoneList<LEnvironment*> deoptimizations_;
|
| ZoneList<Deoptimizer::JumpTableEntry> jump_table_;
|
| - ZoneList<Handle<Object> > deoptimization_literals_;
|
| int inlined_function_count_;
|
| Scope* const scope_;
|
| TranslationBuffer translations_;
|
|
|