Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index af8ad9aff3f1e1dad598ae75d88506ce16f6352b..cb07807c06c98b4a77548742ac8c40ea497b4169 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -243,8 +243,6 @@ class StackGuard : public AllStatic { |
static void EnableInterrupts(); |
static void DisableInterrupts(); |
- static const uintptr_t kLimitSize = kPointerSize * 128 * KB; |
- |
#ifdef V8_TARGET_ARCH_X64 |
static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe); |
static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8); |