Remove regcache_cooked_write
[deliverable/binutils-gdb.git] / gdb / regcache.c
index 4dce9789a2b0c43cd2fb4702ff16e175f4e889b3..0e2d040631b81228df378a05701baa9468bdf47d 100644 (file)
@@ -771,13 +771,6 @@ regcache::raw_write (int regnum, const gdb_byte *buf)
   invalidator.release ();
 }
 
-void
-regcache_cooked_write (struct regcache *regcache, int regnum,
-                      const gdb_byte *buf)
-{
-  regcache->cooked_write (regnum, buf);
-}
-
 void
 regcache::cooked_write (int regnum, const gdb_byte *buf)
 {
This page took 0.023654 seconds and 4 git commands to generate.