| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index ddfa06c3bc10110bc7f7b759141a5df841924921..c59970d7d1a49f57e2c7847ef21b511d40898ed3 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -963,9 +963,6 @@ DEFINE_BOOL(enable_slow_asserts, false,
|
| #endif
|
|
|
| // codegen-ia32.cc / codegen-arm.cc / macro-assembler-*.cc
|
| -DEFINE_BOOL(print_source, false, "pretty print source code")
|
| -DEFINE_BOOL(print_builtin_source, false,
|
| - "pretty print source code for builtins")
|
| DEFINE_BOOL(print_ast, false, "print source AST")
|
| DEFINE_BOOL(print_builtin_ast, false, "print source AST for builtins")
|
| DEFINE_BOOL(trap_on_abort, false, "replace aborts by breakpoints")
|
|
|