Index: src/arm/frames-arm.h |
diff --git a/src/arm/frames-arm.h b/src/arm/frames-arm.h |
index a10acd06871cf992efdcc23245190a15ae92f193..ee9fc0e44e86f0c7522d92deefc3fc979475cfe3 100644 |
--- a/src/arm/frames-arm.h |
+++ b/src/arm/frames-arm.h |
@@ -134,20 +134,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. |