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