Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index a41fb516a016507313636c506c0c8bc64cd67bfb..b058a08d6f8d870b5283dc8903c5d628c10c0030 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -64,8 +64,6 @@ class JSTypedLowering final : public Reducer { |
Reduction ReduceUI32Shift(Node* node, Signedness left_signedness, |
const Operator* shift_op); |
- Node* ConvertPrimitiveToNumber(Node* input); |
- |
Node* Word32Shl(Node* const lhs, int32_t const rhs); |
Factory* factory() const; |