Index: src/x64/frames-x64.h |
diff --git a/src/x64/frames-x64.h b/src/x64/frames-x64.h |
index 1f8612afae4869c97914b22cd93203aa54197ced..fadb52a5859933bfaeb51487832a45265bb4614f 100644 |
--- a/src/x64/frames-x64.h |
+++ b/src/x64/frames-x64.h |
@@ -85,7 +85,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; |