Index: src/x87/lithium-codegen-x87.h |
diff --git a/src/x87/lithium-codegen-x87.h b/src/x87/lithium-codegen-x87.h |
index 8104b1b5548b92e46e8b4dbb07d5f3c894c69aa4..4376f756e7b834fbfe078e32dbbfddb18b08e0ae 100644 |
--- a/src/x87/lithium-codegen-x87.h |
+++ b/src/x87/lithium-codegen-x87.h |
@@ -30,7 +30,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()), |
@@ -248,7 +247,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(); |
@@ -363,7 +361,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_; |