* config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
authorJim Blandy <jimb@codesourcery.com>
Wed, 9 May 2001 02:16:38 +0000 (02:16 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 9 May 2001 02:16:38 +0000 (02:16 +0000)
unused declaration.

gdb/ChangeLog
gdb/config/mn10300/tm-mn10300.h

index 01380be..cb9b7ed 100644 (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.
 
index 0f8ee71..7bdeb37 100644 (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 ())