Index: src/x64/frames-x64.h |
diff --git a/src/x64/frames-x64.h b/src/x64/frames-x64.h |
index 3e3d63d62b917f4c2547dd353cbeec6b7128ef9e..c9092afa39ca25ff79be232d37acbfe0d77582fb 100644 |
--- a/src/x64/frames-x64.h |
+++ b/src/x64/frames-x64.h |
@@ -85,20 +85,6 @@ class ExitFrameConstants : public AllStatic { |
}; |
-class StandardFrameConstants : public AllStatic { |
- public: |
- // Fixed part of the frame consists of return address, caller fp, |
- // context and function. |
- static const int kFixedFrameSize = 4 * kPointerSize; |
- static const int kExpressionsOffset = -3 * kPointerSize; |
- static const int kMarkerOffset = -2 * kPointerSize; |
- static const int kContextOffset = -1 * kPointerSize; |
- static const int kCallerFPOffset = 0 * kPointerSize; |
- static const int kCallerPCOffset = +1 * kPointerSize; |
- static const int kCallerSPOffset = +2 * kPointerSize; |
-}; |
- |
- |
class JavaScriptFrameConstants : public AllStatic { |
public: |
// FP-relative. |