From: vegorov@chromium.org Date: Wed, 18 Apr 2012 10:39:30 +0000 (+0000) Subject: MIPS: fix-up after r11344 X-Git-Tag: upstream/4.7.83~16861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b635c90792e4b496a5b111b9c87877c4b55e095e;p=platform%2Fupstream%2Fv8.git MIPS: fix-up after r11344 Removed a constant now duplicated by r11344 (7c41cf72). This fixes compilation on MIPS (with the other submitted patches applied). BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10108023 Patch from Daniel Kalmar . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11365 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/mips/constants-mips.h b/src/mips/constants-mips.h index fd0472279..3d585717c 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_