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 b15f691..158868f 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -32,9 +32,6 @@ struct gdbarch_info; /* gdbarch trace variable */ extern int gdbarch_debug; -/* Fallback for register convertible. */ -extern gdbarch_deprecated_register_convertible_ftype deprecated_register_convertible_not; - /* Implementation of extract return value that grubs around in the register cache. */ extern gdbarch_extract_return_value_ftype legacy_extract_return_value; |