Remove dead code.
authorPedro Alves <palves@redhat.com>
Tue, 14 Oct 2008 20:49:02 +0000 (20:49 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 14 Oct 2008 20:49:02 +0000 (20:49 +0000)
commit63c715c603b979fe95172c1873247a0ec0bff849
tree2c40c7ab66d98086a7c25d8524a12e78650cfa7f
parent0a8b3393b084336b85f4c4cc80f25ff587365860
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).
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/target.c