Index: src/arm/constants-arm.h |
diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h |
index 5aadc3caeb413bcb6bdcebc874514546f23a867e..a6b584394f100f5f8ff094c7b0354c3252d920ad 100644 |
--- a/src/arm/constants-arm.h |
+++ b/src/arm/constants-arm.h |
@@ -75,10 +75,6 @@ |
#endif |
-#if CAN_USE_UNALIGNED_ACCESSES |
-#define V8_TARGET_CAN_READ_UNALIGNED 1 |
-#endif |
- |
// Using blx may yield better code, so use it when required or when available |
#if defined(USE_THUMB_INTERWORK) || defined(CAN_USE_ARMV5_INSTRUCTIONS) |
#define USE_BLX 1 |