| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 256fa81d41533012b15ddcfff72138f6c5ed1cb0..e56168fdb06290c7f77cf19f2c1efa733c0d3f7a 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -29,7 +29,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()),
|
| @@ -221,7 +220,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();
|
|
|
| @@ -329,7 +327,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_;
|
|
|