diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 1b29a838554..625a37e6c8c 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -45,9 +45,6 @@ enum return_value_convention legacy_return_value (struct gdbarch *gdbarch, address passed as an invisible first argument to the function. */ extern gdbarch_deprecated_use_struct_convention_ftype always_use_struct_convention; -/* Typical remote_translate_xfer_address */ -extern gdbarch_remote_translate_xfer_address_ftype generic_remote_translate_xfer_address; - /* The only possible cases for inner_than. */ extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs); extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs); |