Index: src/x87/frames-x87.h |
diff --git a/src/x87/frames-x87.h b/src/x87/frames-x87.h |
index 1b900784cc137be060b645ef89223f6a9bbadee7..275713705becafef048982f41015cb1d93d770e9 100644 |
--- a/src/x87/frames-x87.h |
+++ b/src/x87/frames-x87.h |
@@ -28,10 +28,6 @@ const int kNumJSCallerSaved = 5; |
// Number of registers for which space is reserved in safepoints. |
const int kNumSafepointRegisters = 8; |
-const int kNoAlignmentPadding = 0; |
-const int kAlignmentPaddingPushed = 2; |
-const int kAlignmentZapValue = 0x12345678; // Not heap object tagged. |
- |
// ---------------------------------------------------- |
@@ -75,8 +71,6 @@ class JavaScriptFrameConstants : public AllStatic { |
// Caller SP-relative. |
static const int kParam0Offset = -2 * kPointerSize; |
static const int kReceiverOffset = -1 * kPointerSize; |
- |
- static const int kDynamicAlignmentStateOffset = kLocal0Offset; |
}; |