From 63c715c603b979fe95172c1873247a0ec0bff849 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 14 Oct 2008 20:49:02 +0000 Subject: 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/breakpoint.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/breakpoint.h') 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); -- cgit v1.1