From f132ba9d37799a53d590a9f4cc0c49f34d550393 Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Sat, 3 May 2008 06:13:21 +0000 Subject: * breakpoint.c (create_exception_catchpoint): Remove prototype for already deleted function. * breakpoint.h (ep_is_exception_catchpoint): Likewise. * frame.h (show_stack_frame): Remove prototype. * stack.c (show_stack_frame): Remove empty, unused function. * source.c (symtab_to_fullname, print_source_lines): Small fix in comment. * value.c (show_values): Update comments to mention "show values" command instead of "info history". --- 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 b31c965..d37e790 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -684,8 +684,6 @@ extern void breakpoint_re_set (void); extern void breakpoint_re_set_thread (struct breakpoint *); -extern int ep_is_exception_catchpoint (struct breakpoint *); - extern struct breakpoint *set_momentary_breakpoint (struct symtab_and_line, struct frame_id, enum bptype); -- cgit v1.1