frame.h: Delete stale declaration.

This is declaring a function that no longer exists.  It was deleted
back in 2003-01-13:

        ...
        show_and_print_stack_frame, print_only_stack_frame_stub,
	print_only_stack_frame): Delete functions.

gdb/
2013-08-30  Pedro Alves  <palves@redhat.com>

	* frame.h (show_and_print_stack_frame): Delete declaration.
This commit is contained in:
Pedro Alves 2013-08-30 15:26:04 +00:00
parent 96d9056e29
commit adfd8245d8
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2013-08-30 Pedro Alves <palves@redhat.com>
* frame.h (show_and_print_stack_frame): Delete declaration.
2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
PR python/15461

View File

@ -659,9 +659,6 @@ extern CORE_ADDR get_pc_function_start (CORE_ADDR);
extern struct frame_info *find_relative_frame (struct frame_info *, int *);
extern void show_and_print_stack_frame (struct frame_info *fi, int print_level,
enum print_what print_what);
extern void print_stack_frame (struct frame_info *, int print_level,
enum print_what print_what);