This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: delete unused declaration



This would be an "obvious fix", assuming the other patches are
approved.

2001-05-04  Jim Blandy  <jimb@redhat.com>

	* config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
	unused declaration.
	
*** gdb/config/mn10300/tm-mn10300.h.base	Fri May  4 13:48:02 2001
--- gdb/config/mn10300/tm-mn10300.h	Fri May  4 14:05:17 2001
***************
*** 60,67 ****
  
  #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 ())
  
--- 60,65 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]