| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6e13dd2d0a9d0d23cf7ac36345b6783c68e43f11..ecb9b57da405dcbba983a4ef7ac2871fb70fa609 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -491,19 +491,6 @@ DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
|
| DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.")
|
|
|
| //
|
| -// Heap protection flags
|
| -// Using heap protection requires ENABLE_LOGGING_AND_PROFILING as well.
|
| -//
|
| -#ifdef ENABLE_HEAP_PROTECTION
|
| -#undef FLAG
|
| -#define FLAG FLAG_FULL
|
| -
|
| -DEFINE_bool(protect_heap, false,
|
| - "Protect/unprotect V8's heap when leaving/entring the VM.")
|
| -
|
| -#endif
|
| -
|
| -//
|
| // Disassembler only flags
|
| //
|
| #undef FLAG
|
|
|