| Index: src/mips64/lithium-codegen-mips64.h
|
| diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h
|
| index a9539a7e6983c2da2a90d3c4f30f421924a2b55c..be08bd49e333cb613a2cd92d41fe7af8aa8c8172 100644
|
| --- a/src/mips64/lithium-codegen-mips64.h
|
| +++ b/src/mips64/lithium-codegen-mips64.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()),
|
| @@ -241,7 +240,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();
|
|
|
| @@ -360,7 +358,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_;
|
|
|