Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index 160cd3ecc78c3f69332481e415c46353e611dc9c..884067b776e417e086b948c93d52d9d362d78083 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -2538,13 +2538,6 @@ LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { |
} |
-LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), esi); |
- return MarkAsCall( |
- DefineFixed(new(zone()) LFunctionLiteral(context), eax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { |
DCHECK(argument_count_ == 0); |
allocator_->MarkAsOsrEntry(); |