diff --git a/src/x87/frames-x87.h b/src/x87/frames-x87.h index e3876bc722..b1865572c4 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;