diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 969974c..c237e6e 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -287,11 +287,6 @@ extern void notice_new_inferior (ptid_t, int, int); extern CORE_ADDR stop_pc; -/* Flag indicating that a command has proceeded the inferior past the - current breakpoint. */ - -extern int breakpoint_proceeded; - /* Nonzero if stopped due to completion of a stack dummy routine. */ extern int stop_stack_dummy; |