| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index b06277c92b0b082510314839088c60f529c0feac..8cfa61feb7ae11711274b0bb6b7da90345ebd198 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -933,7 +933,6 @@ 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_STRING(stop_at, "", "function name where to insert a breakpoint")
|
| DEFINE_BOOL(trap_on_abort, false, "replace aborts by breakpoints")
|
|
|
| // compiler.cc
|
|
|