Index: src/mips/lithium-mips.cc |
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
index 77a8280dd3843557a3441a9a61056fc2449b568b..42ecab4b8e3c205724760b97bf5bfbd269c0d7a8 100644 |
--- a/src/mips/lithium-mips.cc |
+++ b/src/mips/lithium-mips.cc |
@@ -2440,13 +2440,6 @@ LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { |
} |
-LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), cp); |
- return MarkAsCall( |
- DefineFixed(new(zone()) LFunctionLiteral(context), v0), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { |
DCHECK(argument_count_ == 0); |
allocator_->MarkAsOsrEntry(); |