aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r--gdb/regcache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c
index a3cc774..83bcbd2 100644
--- a/gdb/regcache.c
+++ b/gdb/regcache.c
@@ -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)