Index: src/x87/frames-x87.h |
diff --git a/src/x87/frames-x87.h b/src/x87/frames-x87.h |
index e3876bc72283ca0e5d7ba1809f0c801bea176498..b1865572c4b347830679c1c594c6ee380108b1d2 100644 |
--- a/src/x87/frames-x87.h |
+++ b/src/x87/frames-x87.h |
@@ -93,7 +93,6 @@ class ConstructFrameConstants : public AllStatic { |
public: |
// FP-relative. |
static const int kImplicitReceiverOffset = -5 * kPointerSize; |
- static const int kConstructorOffset = kMinInt; |
static const int kLengthOffset = -4 * kPointerSize; |
static const int kCodeOffset = StandardFrameConstants::kExpressionsOffset; |