Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 4df350d3e5ca82c48052b2b4f1c8fd9ed4d6285b..268940cb0ad1622aa4a4ea2a7f16ae98999396e0 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -737,8 +737,6 @@ class LDivI V8_FINAL : public LTemplateInstruction<1, 2, 1> { |
LOperand* right() { return inputs_[1]; } |
LOperand* temp() { return temps_[0]; } |
- bool is_flooring() { return hydrogen_value()->IsMathFloorOfDiv(); } |
- |
DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i") |
DECLARE_HYDROGEN_ACCESSOR(BinaryOperation) |
}; |