Index: src/compiler/js-builtin-reducer.h |
diff --git a/src/compiler/js-builtin-reducer.h b/src/compiler/js-builtin-reducer.h |
index 8e9295170a7fe8a23502b2ba8085eac4b6874e29..60b9e1438a148dbcff8ba5f39f0f6fdf8ea8703d 100644 |
--- a/src/compiler/js-builtin-reducer.h |
+++ b/src/compiler/js-builtin-reducer.h |
@@ -31,7 +31,6 @@ class JSBuiltinReducer FINAL : public Reducer { |
Reduction ReduceMathMax(Node* node); |
Reduction ReduceMathImul(Node* node); |
Reduction ReduceMathFround(Node* node); |
- Reduction ReduceMathFloor(Node* node); |
JSGraph* jsgraph() const { return jsgraph_; } |
Graph* graph() const; |