Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 7a8612373c99ed320082ee3ce08856cd8fd725d7..756b3ead024a3d354e84905f02d0ae5a114f6f70 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -124,11 +124,6 @@ const int kFloatSize = sizeof(float); // NOLINT |
const int kDoubleSize = sizeof(double); // NOLINT |
const int kIntptrSize = sizeof(intptr_t); // NOLINT |
const int kPointerSize = sizeof(void*); // NOLINT |
-#if V8_TARGET_ARCH_ARM64 |
-const int kFrameAlignmentInBytes = 2 * kPointerSize; |
-#else |
-const int kFrameAlignmentInBytes = kPointerSize; |
-#endif |
#if V8_TARGET_ARCH_X64 && V8_TARGET_ARCH_32_BIT |
const int kRegisterSize = kPointerSize + kPointerSize; |
#else |