2004-04-22 Andrew Cagney <cagney@redhat.com>

* frame.h (show_frame_info): Delete declaration.
This commit is contained in:
Andrew Cagney 2004-04-22 18:19:56 +00:00
parent 269137b29a
commit fcf29e5f0e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2004-04-22 Andrew Cagney <cagney@redhat.com>
* frame.h (show_frame_info): Delete declaration.
* arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
* m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
* m32r-tdep.c (m32r_frame_this_id): Ditto.

View file

@ -563,8 +563,6 @@ extern void show_stack_frame (struct frame_info *);
extern void print_frame_info (struct frame_info *, int, int, int);
extern void show_frame_info (struct frame_info *, int, int, int);
extern struct frame_info *block_innermost_frame (struct block *);
/* NOTE: cagney/2002-09-13: There is no need for this function. */