diff options
Diffstat (limited to 'gdb/regcache.c')
-rw-r--r-- | gdb/regcache.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/regcache.c b/gdb/regcache.c index ec1bfb0..051bd48 100644 --- a/gdb/regcache.c +++ b/gdb/regcache.c @@ -867,13 +867,6 @@ regcache::write_part (int regnum, int offset, int len, } enum register_status -regcache_raw_read_part (struct regcache *regcache, int regnum, - int offset, int len, gdb_byte *buf) -{ - return regcache->raw_read_part (regnum, offset, len, buf); -} - -enum register_status readable_regcache::raw_read_part (int regnum, int offset, int len, gdb_byte *buf) { assert_regnum (regnum); |