Remove regcache_raw_collect
[deliverable/binutils-gdb.git] / gdb / regcache.c
index 8d47fdac532b2f6e055115d4030b76cdf8876a14..a914b548cadce1d375f5d72b0936b2258b90e08f 100644 (file)
@@ -948,15 +948,6 @@ detached_regcache::raw_supply_zeroed (int regnum)
   m_register_status[regnum] = REG_VALID;
 }
 
-/* Collect register REGNUM from REGCACHE and store its contents in BUF.  */
-
-void
-regcache_raw_collect (const struct regcache *regcache, int regnum, void *buf)
-{
-  gdb_assert (regcache != NULL && buf != NULL);
-  regcache->raw_collect (regnum, buf);
-}
-
 void
 regcache::raw_collect (int regnum, void *buf) const
 {
This page took 0.027754 seconds and 4 git commands to generate.