diff options
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index 4a430ae..3ecdb3b 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -35,8 +35,6 @@ extern struct regcache *get_thread_arch_aspace_regcache (ptid_t, struct gdbarch *, struct address_space *); -struct cleanup *make_cleanup_regcache_xfree (struct regcache *regcache); - /* Return REGCACHE's ptid. */ extern ptid_t regcache_get_ptid (const struct regcache *regcache); |