diff options
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index 99bb322b601..e5ec1cc6b63 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -154,7 +154,6 @@ extern void regcache_restore (struct regcache *dst, only transfer values already in the cache. */ extern struct regcache *regcache_dup (struct regcache *regcache); -extern struct regcache *regcache_dup_no_passthrough (struct regcache *); extern void regcache_cpy (struct regcache *dest, struct regcache *src); extern void regcache_cpy_no_passthrough (struct regcache *dest, struct regcache *src); |