summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-23 21:32:42 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-23 21:32:42 +0000
commitef568619a1d2d3098c401bc0de929c3252de9d8c (patch)
tree156b97267e7d9c35796d85b352f6f855547d982a /gdb/arch-utils.h
parent39f3be2c6981cfabd510933f1c50e9ce2fe23cb2 (diff)
downloadgdb-ef568619a1d2d3098c401bc0de929c3252de9d8c.tar.gz
2003-11-23 Andrew Cagney <cagney@redhat.com>
* arch-utils.h (generic_cannot_extract_struct_value_address): Delete declaration.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 9cc8b0007bf..f8bd5bbfada 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -35,8 +35,6 @@ extern int gdbarch_debug;
/* 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;