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]

[ob] Delete codeless declaration


The corresponding function was deleted long ago. This deletes the decl.

committed,
Andrew
2003-11-23  Andrew Cagney  <cagney@redhat.com>

	* arch-utils.h (generic_cannot_extract_struct_value_address):
	Delete declaration.

Index: arch-utils.h
===================================================================
RCS file: /cvs/src/src/gdb/arch-utils.h,v
retrieving revision 1.64
diff -u -r1.64 arch-utils.h
--- arch-utils.h	14 Nov 2003 21:22:42 -0000	1.64
+++ arch-utils.h	23 Nov 2003 21:25:27 -0000
@@ -35,8 +35,6 @@
 /* Fallback for register convertible. */
 extern gdbarch_deprecated_register_convertible_ftype deprecated_register_convertible_not;
 
-extern CORE_ADDR generic_cannot_extract_struct_value_address (char *dummy);
-
 /* Implementation of extract return value that grubs around in the
    register cache.  */
 extern gdbarch_extract_return_value_ftype legacy_extract_return_value;

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