* config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete

unused declaration.
This commit is contained in:
Jim Blandy 2001-05-09 02:16:38 +00:00
parent 584f96a8e0
commit af4e72e9d0
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2001-05-08 Jim Blandy <jimb@redhat.com>
* config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
unused declaration.
* mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
in some rational order.

View File

@ -57,8 +57,6 @@
#define INIT_FRAME_PC /* Not necessary */
extern CORE_ADDR mn10300_find_callers_reg (struct frame_info *, int);
extern void mn10300_pop_frame (struct frame_info *);
#define POP_FRAME mn10300_pop_frame (get_current_frame ())