regcache.c: Remove unused typedefs

gdb/ChangeLog:

	* regcache.c (regcache_read_ftype, regcache_write_ftype):
	Remove.
This commit is contained in:
Simon Marchi 2018-05-16 12:41:19 -04:00
parent 7cf7fcc83c
commit 3acb7083a6
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2018-05-16 Simon Marchi <simon.marchi@ericsson.com>
* regcache.c (regcache_read_ftype, regcache_write_ftype):
Remove.
2018-05-15 Tamar Christina <tamar.christina@arm.com>
PR binutils/21446

View File

@ -845,11 +845,6 @@ regcache::cooked_write (int regnum, const gdb_byte *buf)
/* Perform a partial register transfer using a read, modify, write
operation. */
typedef void (regcache_read_ftype) (struct regcache *regcache, int regnum,
void *buf);
typedef void (regcache_write_ftype) (struct regcache *regcache, int regnum,
const void *buf);
enum register_status
readable_regcache::read_part (int regnum, int offset, int len, void *in,
bool is_raw)