| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index a5cf326ea20125d347d900dec9f6b06c0a993488..e703b9e80c5aad8cc213daebbe41200e79ebdaa7 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -600,8 +600,6 @@ DEFINE_bool(abort_on_uncaught_exception, false,
|
| "abort program (dump core) when an uncaught exception is thrown")
|
| DEFINE_bool(trace_exception, false,
|
| "print stack trace when throwing exceptions")
|
| -DEFINE_bool(preallocate_message_memory, false,
|
| - "preallocate some memory to build stack traces.")
|
| DEFINE_bool(randomize_hashes, true,
|
| "randomize hashes to avoid predictable hash collisions "
|
| "(with snapshots this option cannot override the baked-in seed)")
|
|
|