diff options
Diffstat (limited to 'gdb/amd64-nat.h')
-rw-r--r-- | gdb/amd64-nat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index c1a4a87..11bddf5 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -49,9 +49,4 @@ extern void amd64_supply_native_gregset (struct regcache *regcache, extern void amd64_collect_native_gregset (const struct regcache *regcache, void *gregs, int regnum); -/* Create a prototype *BSD/amd64 target. The client can override it - with local methods. */ - -extern struct target_ops *amd64bsd_target (void); - #endif /* amd64-nat.h */ |