diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 9b79e3e..146ed7e 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -950,10 +950,6 @@ struct bpstats /* The associated command list. */ struct counted_command_line *commands; - /* Commands left to be done. This points somewhere in - base_command. */ - struct command_line *commands_left; - /* Old value associated with a watchpoint. */ struct value *old_val; |