Remove regcache_raw_read_part
[deliverable/binutils-gdb.git] / gdb / regcache.c
index ec1bfb0876b48584f50e8c3666cb504ef3421a4c..051bd4855ddab58a592483920eca2b8594c7ccbf 100644 (file)
@@ -866,13 +866,6 @@ regcache::write_part (int regnum, int offset, int len,
   return REG_VALID;
 }
 
-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)
 {
This page took 0.024109 seconds and 4 git commands to generate.