2004-07-23 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / regcache.h
index 98c9c90d76241a1e7383de5849035b759598ef74..77b9457bdafb821e9e5893f04103b69a2c20862a 100644 (file)
@@ -96,7 +96,6 @@ void regcache_cooked_write_part (struct regcache *regcache, int regnum,
    target.  These functions are called by the target in response to a
    target_fetch_registers() or target_store_registers().  */
 
-extern void regcache_collect (int regnum, void *buf);
 extern void regcache_raw_supply (struct regcache *regcache,
                                 int regnum, const void *buf);
 extern void regcache_raw_collect (const struct regcache *regcache,
This page took 0.022628 seconds and 4 git commands to generate.