| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index da58a2d80e7ba78c90b5f9289ef5f25ff71d99eb..871164eaefe6059f9ed700beb3dbbdca9d780078 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -54,11 +54,7 @@ namespace internal {
|
| #endif
|
|
|
| // Determine whether the architecture uses an out-of-line constant pool.
|
| -#if V8_TARGET_ARCH_ARM
|
| -#define V8_OOL_CONSTANT_POOL 1
|
| -#else
|
| #define V8_OOL_CONSTANT_POOL 0
|
| -#endif
|
|
|
| // Support for alternative bool type. This is only enabled if the code is
|
| // compiled with USE_MYBOOL defined. This catches some nasty type bugs.
|
|
|