Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 11420) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -1305,12 +1305,6 @@ |
} |
-LInstruction* LChunkBuilder::DoMathFloorOfDiv(HMathFloorOfDiv* instr) { |
- UNIMPLEMENTED(); |
- return NULL; |
-} |
- |
- |
LInstruction* LChunkBuilder::DoMod(HMod* instr) { |
if (instr->representation().IsInteger32()) { |
ASSERT(instr->left()->representation().IsInteger32()); |