| Index: Source/wtf/CPU.h
|
| diff --git a/Source/wtf/CPU.h b/Source/wtf/CPU.h
|
| index 3588be376d79fc71ba0533461a1250d6957412b1..5e24e7b098d3ed36f99024f2ef1d5c61f3cbadb2 100644
|
| --- a/Source/wtf/CPU.h
|
| +++ b/Source/wtf/CPU.h
|
| @@ -37,7 +37,7 @@
|
| /* ==== CPU() - the target CPU architecture ==== */
|
|
|
| /* This defines CPU(BIG_ENDIAN) or nothing, as appropriate. */
|
| -/* This defines CPU(32BIT) or CPU(64BIT), as appropriate. */
|
| +/* This defines CPU(64BIT) or nothing, as appropriate. */
|
|
|
| /* CPU(X86) - i386 / x86 32-bit */
|
| #if defined(__i386__) \
|
| @@ -168,10 +168,6 @@
|
| #define WTF_CPU_APPLE_ARMV7S 1
|
| #endif
|
|
|
| -#if !defined(WTF_CPU_64BIT)
|
| -#define WTF_CPU_32BIT 1
|
| -#endif
|
| -
|
| #endif /* ARM */
|
|
|
| /* CPU(ARM64) - AArch64 64-bit */
|
|
|