diff options
Diffstat (limited to 'gdb/regset.h')
-rw-r--r-- | gdb/regset.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/regset.h b/gdb/regset.h index 37ed99a..68e19ee 100644 --- a/gdb/regset.h +++ b/gdb/regset.h @@ -23,14 +23,6 @@ struct gdbarch; struct regcache; -/* Data structure for the supported register notes in a core file. */ -struct core_regset_section -{ - const char *sect_name; - int size; - const char *human_name; -}; - /* Data structure describing a register set. */ typedef void (supply_regset_ftype) (const struct regset *, struct regcache *, |