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]

[ob] Stray prototype


Noticed while working on something else; committed as obvious (there's
another one just below the comment).

-- 
Daniel Jacobowitz
CodeSourcery

2006-10-04  Daniel Jacobowitz  <dan@codesourcery.com>

	* arch-utils.h (gdbarch_info_fill): Remove duplicate prototype.

Index: arch-utils.h
===================================================================
RCS file: /cvs/src/src/gdb/arch-utils.h,v
retrieving revision 1.79
diff -u -p -r1.79 arch-utils.h
--- arch-utils.h	17 Dec 2005 22:33:59 -0000	1.79
+++ arch-utils.h	4 Oct 2006 20:13:47 -0000
@@ -139,8 +139,6 @@ extern const char *selected_architecture
    information and fills in any unspecified fields.  */
 
 extern void gdbarch_info_init (struct gdbarch_info *info);
-extern void gdbarch_info_fill (struct gdbarch *gdbarch,
-			       struct gdbarch_info *info);
 
 /* Similar to init, but this time fill in the blanks.  Information is
    obtained from the specified architecture, global "set ..." options,


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