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]
Other format: [Raw text]

[COMMIT] Remove redundant protype in mips-tdep.c


This one's obviously redundant.  Committed as such.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* mips-tdep.c (id_delayed): Remove prototype.

Index: mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.337
diff -u -p -r1.337 mips-tdep.c
--- mips-tdep.c 26 Oct 2004 14:43:59 -0000 1.337
+++ mips-tdep.c 27 Oct 2004 19:39:29 -0000
@@ -4943,8 +4943,6 @@ mips_print_registers_info (struct gdbarc
 
 /* Is this a branch with a delay slot?  */
 
-static int is_delayed (unsigned long);
-
 static int
 is_delayed (unsigned long insn)
 {


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