diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index ae2d8f5..533f5af 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -139,8 +139,6 @@ extern const char *selected_architecture_name (void); 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, |