]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/regset.h
Remove 'arch' field from regset structure.
[thirdparty/binutils-gdb.git] / gdb / regset.h
index fe804cc295d07bdc8885c7f6c82ac26815823253..f1a6e241d96e157ac6f8fce7adfd74780358ec7c 100644 (file)
@@ -50,9 +50,6 @@ struct regset
 
   /* Function collecting values in a register set from a register cache.  */
   collect_regset_ftype *collect_regset;
-
-  /* Architecture associated with the register set.  */
-  struct gdbarch *arch;
 };
 
 /* Allocate a fresh 'struct regset' whose supply_regset function is