Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index 3b82b470c321f60bf04dbb8db604582cf37d3ddf..df6913b9c1a2b89916a42e39d68a02ffc2307924 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -2252,11 +2252,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { |
} |
-LInstruction* LChunkBuilder::DoFastLiteral(HFastLiteral* instr) { |
- return MarkAsCall(DefineFixed(new(zone()) LFastLiteral, rax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) { |
return MarkAsCall(DefineFixed(new(zone()) LArrayLiteral, rax), instr); |
} |