| Index: src/code-stub-assembler.h
|
| diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
|
| index e9e2712943d8fb322270115571a37714177326ac..187fbe0c26570613de36b90ae7ed2a29190060e5 100644
|
| --- a/src/code-stub-assembler.h
|
| +++ b/src/code-stub-assembler.h
|
| @@ -135,8 +135,6 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
|
|
|
| Node* IntPtrOrSmiConstant(int value, ParameterMode mode);
|
|
|
| - Node* IntPtrAddFoldConstants(Node* left, Node* right);
|
| - Node* IntPtrSubFoldConstants(Node* left, Node* right);
|
| // Round the 32bits payload of the provided word up to the next power of two.
|
| Node* IntPtrRoundUpToPowerOfTwo32(Node* value);
|
| // Select the maximum of the two provided IntPtr values.
|
|
|