diff options
author | Pedro Alves <palves@redhat.com> | 2008-10-14 20:49:02 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-10-14 20:49:02 +0000 |
commit | 63c715c603b979fe95172c1873247a0ec0bff849 (patch) | |
tree | 2c40c7ab66d98086a7c25d8524a12e78650cfa7f /gdb/breakpoint.h | |
parent | 0a8b3393b084336b85f4c4cc80f25ff587365860 (diff) | |
download | gdb-63c715c603b979fe95172c1873247a0ec0bff849.zip gdb-63c715c603b979fe95172c1873247a0ec0bff849.tar.gz gdb-63c715c603b979fe95172c1873247a0ec0bff849.tar.bz2 |
Remove dead code.
* breakpoint.c (show_breakpoint_hit_counts): Delete.
(print_one_breakpoint_location): Adjust.
(breakpoint_clear_ignore_counts): Delete.
* breakpoint.h (breakpoint_clear_ignore_counts): Remove
declaration.
* target.c (generic_mourn_inferior): Don't clear ignore
counts (never reached).
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index db6e972..de21b9a 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -713,8 +713,6 @@ extern void delete_breakpoint (struct breakpoint *); extern void breakpoint_auto_delete (bpstat); -extern void breakpoint_clear_ignore_counts (void); - extern void break_command (char *, int); extern void hbreak_command_wrapper (char *, int); |