| Index: src/mips/constants-mips.h
|
| diff --git a/src/mips/constants-mips.h b/src/mips/constants-mips.h
|
| index fd04722792f8a2f789ac48cb7abc3c1a8652e405..3d585717cb0d4a6e5037955dc7df8fda0b8bc492 100644
|
| --- a/src/mips/constants-mips.h
|
| +++ b/src/mips/constants-mips.h
|
| @@ -788,11 +788,6 @@ const int kBArgsSlotsSize = 0 * Instruction::kInstrSize;
|
|
|
| const int kBranchReturnOffset = 2 * Instruction::kInstrSize;
|
|
|
| -const int kDoubleAlignmentBits = 3;
|
| -const int kDoubleAlignment = (1 << kDoubleAlignmentBits);
|
| -const int kDoubleAlignmentMask = kDoubleAlignment - 1;
|
| -
|
| -
|
| } } // namespace v8::internal
|
|
|
| #endif // #ifndef V8_MIPS_CONSTANTS_H_
|
|
|