| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index b44246a1548a755a7704af16086dc78c49206065..5eef12f1a725daa6590d4fd5607d45b3522814f8 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -325,8 +325,6 @@ DEFINE_int(min_preparse_length, 1024,
|
| "minimum length for automatic enable preparsing")
|
| DEFINE_bool(always_full_compiler, false,
|
| "try to use the dedicated run-once backend for all code")
|
| -DEFINE_bool(trace_bailout, false,
|
| - "print reasons for falling back to using the classic V8 backend")
|
| DEFINE_int(max_opt_count, 10,
|
| "maximum number of optimization attempts before giving up.")
|
|
|
|
|