This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

[commit] mn10300: Delete unused functions


I've just committed the patch below.  (I have a big patch coming up and
am weeding out the obvious stuff.)

	* mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)
	(is_my_frame_last): Delete these unused functions.

Index: mn10300-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mn10300-tdep.c,v
retrieving revision 1.127
diff -u -p -r1.127 mn10300-tdep.c
--- mn10300-tdep.c	3 Sep 2005 00:43:28 -0000	1.127
+++ mn10300-tdep.c	3 Sep 2005 00:47:49 -0000
@@ -314,24 +314,6 @@ my_frame_is_last (struct frame_info *fi)
 {
 }
 
-static int
-is_my_frame_in_sp (struct frame_info *fi)
-{
-  return 0;
-}
-
-static int
-is_my_frame_in_fp (struct frame_info *fi)
-{
-  return 0;
-}
-
-static int
-is_my_frame_last (struct frame_info *fi)
-{
-  return 0;
-}
-
 static void
 set_my_stack_size (struct frame_info *fi, CORE_ADDR size)
 {


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