Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index 3ce57381bd9163aaaa298711fcf6964aff3cf392..cf10964dae168ade2c678b07982a86862d617cfd 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -2463,13 +2463,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { |
} |
-LInstruction* LChunkBuilder::DoFastLiteral(HFastLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), esi); |
- return MarkAsCall( |
- DefineFixed(new(zone()) LFastLiteral(context), eax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) { |
LOperand* context = UseFixed(instr->context(), esi); |
return MarkAsCall( |